From 6b1ee54f7ef6292d95afa4bcb05dbc18f7536414 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Mon, 14 Sep 2020 09:48:40 +0100 Subject: [PATCH] updates --- komrade/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komrade/cli/cli.py b/komrade/cli/cli.py index 5d2aaff..5528555 100644 --- a/komrade/cli/cli.py +++ b/komrade/cli/cli.py @@ -69,7 +69,7 @@ class CLI(Logger): def intro(self): self.status(None) - def who(self): + def who(self,whom): if self.with_required_login(): contacts = self.komrade.contacts() print(' ' + '\n '.join(contacts))