Clear public key if http code returned

merge-requests/30/head
Bob Mottram 2023-08-13 11:49:53 +01:00
parent 69e4775906
commit 0823a7ea67
1 changed files with 1 additions and 0 deletions

View File

@ -5911,6 +5911,7 @@ def run_inbox_queue(server,
if not isinstance(pub_key, dict):
if debug:
print('DEBUG: public key: ' + str(pub_key))
pub_key = None
else:
if debug:
print('DEBUG: http code error for public key: ' +