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: