From 664e42ab9cdca7aaadc1b594473327c50038cfb7 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Wed, 16 Sep 2020 12:00:51 +0100 Subject: [PATCH] updates --- komrade/cli/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/komrade/cli/cli.py b/komrade/cli/cli.py index 11a271f..2ccb73b 100644 --- a/komrade/cli/cli.py +++ b/komrade/cli/cli.py @@ -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