Added output to echo example

pull/250/head
Mark Qvist 2023-03-02 12:04:50 +01:00
rodzic 9f06bed34c
commit 9e46950e28
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -210,6 +210,7 @@ def client(destination_hexhash, configpath, timeout=None):
# If we do not know this destination, tell the # If we do not know this destination, tell the
# user to wait for an announce to arrive. # user to wait for an announce to arrive.
RNS.log("Destination is not yet known. Requesting path...") 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) RNS.Transport.request_path(destination_hash)
# This function is called when our reply destination # This function is called when our reply destination