mirror of https://gitlab.com/bashrc2/epicyon
Show whole message
parent
0c4aa23fad
commit
6f1bdfb1b1
1
inbox.py
1
inbox.py
|
@ -254,6 +254,7 @@ def inboxMessageHasParams(messageJson: {}) -> bool:
|
||||||
if not isinstance(messageJson['actor'], str):
|
if not isinstance(messageJson['actor'], str):
|
||||||
print('WARN: actor should be a string, but is actually: ' +
|
print('WARN: actor should be a string, but is actually: ' +
|
||||||
str(messageJson['actor']))
|
str(messageJson['actor']))
|
||||||
|
pprint(messageJson)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# type should be a string
|
# type should be a string
|
||||||
|
|
Loading…
Reference in New Issue