mirror of https://gitlab.com/bashrc2/epicyon
Debug header on signature failure
parent
a19822ce5a
commit
5981ee16d8
3
inbox.py
3
inbox.py
|
@ -2888,8 +2888,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int,
|
|||
debug):
|
||||
httpSignatureFailed = True
|
||||
print('Queue: Header signature check failed')
|
||||
if debug:
|
||||
pprint(queueJson['httpHeaders'])
|
||||
pprint(queueJson['httpHeaders'])
|
||||
else:
|
||||
if debug:
|
||||
print('DEBUG: http header signature check success')
|
||||
|
|
Loading…
Reference in New Issue