2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-14 09:48:40 +01:00
parent b69d1faaeb
commit 6b1ee54f7e

View File

@ -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))