mirror of https://gitlab.com/bashrc2/epicyon
Only show public key in debug
parent
c1da8ffe8f
commit
12a0943d4b
3
inbox.py
3
inbox.py
|
@ -1827,7 +1827,8 @@ def runInboxQueue(projectVersion: str, \
|
||||||
personCache,debug, \
|
personCache,debug, \
|
||||||
projectVersion,httpPrefix,domain)
|
projectVersion,httpPrefix,domain)
|
||||||
if pubKey:
|
if pubKey:
|
||||||
print('DEBUG: public key: '+str(pubKey))
|
if debug:
|
||||||
|
print('DEBUG: public key: '+str(pubKey))
|
||||||
break
|
break
|
||||||
|
|
||||||
if debug:
|
if debug:
|
||||||
|
|
Loading…
Reference in New Issue