Updated rncp output

This commit is contained in:
Mark Qvist 2023-09-19 10:14:02 +02:00
parent 72c8d4d3dd
commit 5bac38a752

View File

@ -58,7 +58,7 @@ def listen(configdir, verbosity = 0, quietness = 0, allowed = [], display_identi
if display_identity: if display_identity:
print("Identity : "+str(identity)) print("Identity : "+str(identity))
print("Receiving on : "+RNS.prettyhexrep(destination.hash)) print("Listening on : "+RNS.prettyhexrep(destination.hash))
exit(0) exit(0)
if disable_auth: if disable_auth: