mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
97c785488b
commit
664e42ab9c
@ -159,6 +159,8 @@ class CLI(Logger):
|
||||
self.komrade=Komrade(name)
|
||||
|
||||
res = self.komrade.login()
|
||||
print('got login res:',res)
|
||||
stop
|
||||
|
||||
if res and type(res)==dict and 'success' in res and res['success']:
|
||||
self.name=self.komrade.name
|
||||
|
Loading…
Reference in New Issue
Block a user