diff --git a/inbox.py b/inbox.py index 811d42f4a..d6b190cd9 100644 --- a/inbox.py +++ b/inbox.py @@ -254,6 +254,7 @@ def inboxMessageHasParams(messageJson: {}) -> bool: if not isinstance(messageJson['actor'], str): print('WARN: actor should be a string, but is actually: ' + str(messageJson['actor'])) + pprint(messageJson) return False # type should be a string