From 8a8f32cd3f7af005802d247fa7a68647a9673025 Mon Sep 17 00:00:00 2001 From: Nikolai Vincent Vaags Date: Mon, 3 Nov 2025 21:34:48 +0100 Subject: [PATCH] change exit method in rncp resolves issue #959, and aligns the exit method used with that in rnx. --- 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 b1311a5..74c2265 100644 --- a/RNS/Utilities/rncp.py +++ b/RNS/Utilities/rncp.py @@ -104,7 +104,7 @@ def listen(configdir, verbosity = 0, quietness = 0, allowed = [], display_identi if display_identity: print("Identity : "+str(identity)) print("Listening on : "+RNS.prettyhexrep(destination.hash)) - RNS.exit(0) + exit(0) if disable_auth: allow_all = True