From 9e46950e28a6151bac380b12e5bd0320d89e294d Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 2 Mar 2023 12:04:50 +0100 Subject: [PATCH] Added output to echo example --- Examples/Echo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Echo.py b/Examples/Echo.py index 529dcec..cfbe007 100644 --- a/Examples/Echo.py +++ b/Examples/Echo.py @@ -210,6 +210,7 @@ def client(destination_hexhash, configpath, timeout=None): # If we do not know this destination, tell the # user to wait for an announce to arrive. RNS.log("Destination is not yet known. Requesting path...") + RNS.log("Hit enter to manually retry once an announce is received.") RNS.Transport.request_path(destination_hash) # This function is called when our reply destination