From 5da66402ddd9db76028e07342c0572005fdfa6a4 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 23 May 2022 09:23:37 +0200 Subject: [PATCH] Fixed 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 de9faa2..44762c9 100644 --- a/RNS/Utilities/rncp.py +++ b/RNS/Utilities/rncp.py @@ -297,7 +297,7 @@ def send(configdir, verbosity = 0, quietness = 0, destination = None, file = Non print("\r \rThe transfer failed") exit(1) else: - print("\r \r"+str(file_path)+" copied to "+RNS.prettyhexrep(destination_hash)) + print("\r \r"+str(file_path)+" copied to "+RNS.prettyhexrep(destination_hash)) link.teardown() time.sleep(0.25) real_file.close()