From e08cb1092781dafdaee42385ea10e1635c1861d8 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Tue, 15 Sep 2020 14:17:24 +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 3f0c49d..90477a4 100644 --- a/komrade/cli/cli.py +++ b/komrade/cli/cli.py @@ -190,7 +190,7 @@ class CLI(Logger): if not res.get('success'): print('@Operator:',res['status']) return - msgs=res.get('msg') + msgs=res.get('msgs') if not msgs: print('@Operator: No messages.') else: