2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00

komrade update!

This commit is contained in:
quadrismegistus 2020-09-18 15:24:55 +01:00
parent 8c02a3a4b2
commit 1848280a72

View File

@ -298,7 +298,7 @@ class CLI(Logger):
# check logged in # check logged in
res_login=res.get('res_login',{}) res_login=res.get('res_login',{})
if not self.do_login(res_login): return if not self.do_login(res_login): return
self.stat(res['status'],komrade_name='Operator',**statd) self.stat(res['status'],komrade_name='Operator',use_prefix=False,**statd)
return res return res