add debug

This commit is contained in:
Guy Van Sanden 2025-02-18 14:39:44 +01:00
parent 845c937d80
commit e9f57dd3f9

View File

@ -42,6 +42,7 @@ def sendsmpmessage(target, message):
try:
status = statusdict['sndProgress']
except KeyError:
pprint(chatitem)
print("FAILED")
status = 'FAILED'
else:
@ -55,6 +56,7 @@ def sendsmpmessage(target, message):
if __name__ == '__main__':
print("Tellme Notifier started...")
while True:
zmqmessage = socket.recv_string()
print(f"Received request: {zmqmessage}")