alt-html-css
Bob Mottram 2021-01-03 19:11:59 +00:00
parent a8906b25d7
commit 5fc36f6ebb
1 changed files with 5 additions and 5 deletions

View File

@ -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')