From 8af9dadf2dc6af683f0c39def03d4898839840b0 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Tue, 15 Sep 2020 14:38:50 +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 4adf9b1..d27e76c 100644 --- a/komrade/cli/cli.py +++ b/komrade/cli/cli.py @@ -215,7 +215,7 @@ class CLI(Logger): for i,msg in enumerate(msgs): print(f'@Operator: Showing most recent messages first.\n\n\n Message {i+1} of {len(msgs)}') print(msg) - print(msg.data) + print('DATA',msg.data) if msg.data.get('prompt_id')=='addcontact': self.prompt_adduser(msg) else: