mirror of https://gitlab.com/bashrc2/epicyon
Wrong condition branch
parent
0823a7ea67
commit
71d911eb6d
2
inbox.py
2
inbox.py
|
@ -5911,11 +5911,11 @@ def run_inbox_queue(server,
|
||||||
if not isinstance(pub_key, dict):
|
if not isinstance(pub_key, dict):
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: public key: ' + str(pub_key))
|
print('DEBUG: public key: ' + str(pub_key))
|
||||||
pub_key = None
|
|
||||||
else:
|
else:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: http code error for public key: ' +
|
print('DEBUG: http code error for public key: ' +
|
||||||
str(pub_key))
|
str(pub_key))
|
||||||
|
pub_key = None
|
||||||
break
|
break
|
||||||
|
|
||||||
if debug:
|
if debug:
|
||||||
|
|
Loading…
Reference in New Issue