Debug
This commit is contained in:
parent
6529e1b88b
commit
1b68889ac5
@ -37,7 +37,8 @@ def sendmessage(target, message):
|
||||
ws.close()
|
||||
|
||||
for chatitem in response['resp']['chatItems']:
|
||||
status = chatitem['chatItem']['meta']['itemStatus']['sndProgress']
|
||||
status = chatitem['chatItem']['meta']['itemStatus']
|
||||
pprint(status)
|
||||
smessage = chatitem['chatItem']['meta']['itemText']
|
||||
print("Message %s sent over websocket to %s, status was %s" % (smessage, target, status))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user