From 71d911eb6d5d1c5258796bba85ec5a734c442cc5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 13 Aug 2023 11:58:28 +0100 Subject: [PATCH] Wrong condition branch --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 2cf20da1c..88e680aae 100644 --- a/inbox.py +++ b/inbox.py @@ -5911,11 +5911,11 @@ 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: ' + str(pub_key)) + pub_key = None break if debug: