From 0823a7ea67dd85b248289652b0ac04475543707f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 13 Aug 2023 11:49:53 +0100 Subject: [PATCH] Clear public key if http code returned --- inbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inbox.py b/inbox.py index 50eb3fc6c..2cf20da1c 100644 --- a/inbox.py +++ b/inbox.py @@ -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: ' +