add debug

This commit is contained in:
Guy Van Sanden 2025-02-18 14:41:53 +01:00
parent e9f57dd3f9
commit 25b17f93fc

View File

@ -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: