From 5bac38a75225184670f9f9d6f5674fbc47122e83 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 19 Sep 2023 10:14:02 +0200 Subject: [PATCH] Updated rncp output --- RNS/Utilities/rncp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Utilities/rncp.py b/RNS/Utilities/rncp.py index 170ee39..cede2b8 100644 --- a/RNS/Utilities/rncp.py +++ b/RNS/Utilities/rncp.py @@ -58,7 +58,7 @@ def listen(configdir, verbosity = 0, quietness = 0, allowed = [], display_identi if display_identity: print("Identity : "+str(identity)) - print("Receiving on : "+RNS.prettyhexrep(destination.hash)) + print("Listening on : "+RNS.prettyhexrep(destination.hash)) exit(0) if disable_auth: