From 8cb0d18680b488b8e5ed08478c4ccacc5b620258 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 30 Mar 2020 20:35:47 +0100 Subject: [PATCH] Show failed header --- inbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inbox.py b/inbox.py index fc00d6702..fd18837ac 100644 --- a/inbox.py +++ b/inbox.py @@ -2250,6 +2250,7 @@ def runInboxQueue(recentPostsCache: {},maxRecentPosts: int, \ json.dumps(queueJson['post']), \ debug): print('Queue: Header signature check failed') + pprint(queueJson['httpHeaders']) if os.path.isfile(queueFilename): os.remove(queueFilename) if len(queue)>0: