mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
a8906b25d7
commit
5fc36f6ebb
10
inbox.py
10
inbox.py
|
@ -2714,11 +2714,11 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
|
||||||
print('WARN: jsonld inbox signature check failed ' +
|
print('WARN: jsonld inbox signature check failed ' +
|
||||||
keyId + ' ' + pubKey + ' ' +
|
keyId + ' ' + pubKey + ' ' +
|
||||||
str(queueJson['original']))
|
str(queueJson['original']))
|
||||||
if os.path.isfile(queueFilename):
|
# if os.path.isfile(queueFilename):
|
||||||
os.remove(queueFilename)
|
# os.remove(queueFilename)
|
||||||
if len(queue) > 0:
|
# if len(queue) > 0:
|
||||||
queue.pop(0)
|
# queue.pop(0)
|
||||||
continue
|
# continue
|
||||||
else:
|
else:
|
||||||
print('jsonld inbox signature check success')
|
print('jsonld inbox signature check success')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue