This commit is contained in:
Guy Van Sanden 2025-02-12 11:28:43 +01:00
parent 50ef25c129
commit a3010018d4

View File

@ -36,7 +36,7 @@ def sendmessage(target, message):
response = json.loads(responsejson)
for chatitem in response['resp']['chatItems']:
pprint(chatitem['chatItem'])
# print("Message %s sent over websocket to %s" % (chatitem['content']['msgContent']['text'], target))
print("Message %s sent over websocket to %s" % (chatitem['chatItem']['content']['msgContent']['text'], target))
# ws.close() # Close WebSocket connection
# print(response)
ws.close()