print headers

master
Bob Mottram 2019-08-16 09:44:56 +01:00
parent bdbcb48d27
commit e0e259fceb
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ def runInboxQueue(projectVersion: str, \
# check the signature
if debug:
print('DEBUG: checking http headers')
pprint(queueJson['headers'])
pprint(queueJson['httpHeaders'])
if not verifyPostHeaders(httpPrefix, \
pubKey, \
queueJson['httpHeaders'], \