From 5fc36f6ebb10448bd2b0331a1b62382d5da4f292 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 3 Jan 2021 19:11:59 +0000 Subject: [PATCH] Debug --- inbox.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inbox.py b/inbox.py index 7159b8b44..7b1eaac0a 100644 --- a/inbox.py +++ b/inbox.py @@ -2714,11 +2714,11 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int, print('WARN: jsonld inbox signature check failed ' + keyId + ' ' + pubKey + ' ' + str(queueJson['original'])) - if os.path.isfile(queueFilename): - os.remove(queueFilename) - if len(queue) > 0: - queue.pop(0) - continue +# if os.path.isfile(queueFilename): +# os.remove(queueFilename) +# if len(queue) > 0: +# queue.pop(0) +# continue else: print('jsonld inbox signature check success')