From 25b17f93fc2aee0cb809055594a1a5555e76be85 Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Tue, 18 Feb 2025 14:41:53 +0100 Subject: [PATCH] add debug --- server/src/notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/notifier.py b/server/src/notifier.py index 8475d6e..cc493f7 100644 --- a/server/src/notifier.py +++ b/server/src/notifier.py @@ -42,7 +42,7 @@ def sendsmpmessage(target, message): try: status = statusdict['sndProgress'] except KeyError: - pprint(chatitem) + pprint(response['resp']['chatItems']) print("FAILED") status = 'FAILED' else: