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