From 6f1bdfb1b19e8efae924f1fbe18e4c01f087125a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 19 Aug 2021 23:31:25 +0100 Subject: [PATCH] Show whole message --- inbox.py | 1 + 1 file changed, 1 insertion(+) 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