mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-14 12:28:11 -07:00
Method names updated in examples
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ def client(destination_hexhash, configpath):
|
||||
# Check if we know a path to the destination
|
||||
if not RNS.Transport.has_path(destination_hash):
|
||||
RNS.log("Destination is not yet known. Requesting path and waiting for announce to arrive...")
|
||||
RNS.Transport.requestPath(destination_hash)
|
||||
RNS.Transport.request_path(destination_hash)
|
||||
while not RNS.Transport.has_path(destination_hash):
|
||||
time.sleep(0.1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user