mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Updated path requests
This commit is contained in:
parent
33ce3ef48f
commit
67b13bca25
4 changed files with 18 additions and 11 deletions
|
@ -96,7 +96,7 @@ def client(destination_hexhash, configpath, timeout=None):
|
|||
|
||||
# We override the loglevel to provide feedback when
|
||||
# an announce is received
|
||||
RNS.loglevel = RNS.LOG_INFO
|
||||
RNS.loglevel = RNS.LOG_DEBUG
|
||||
|
||||
# Tell the user that the client is ready!
|
||||
RNS.log("Echo client ready, hit enter to send echo request to "+destination_hexhash+" (Ctrl-C to quit)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue