mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-18 09:52:49 -05:00
change exit method in rncp
resolves issue #959, and aligns the exit method used with that in rnx.
This commit is contained in:
parent
a699d7c110
commit
8a8f32cd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ def listen(configdir, verbosity = 0, quietness = 0, allowed = [], display_identi
|
|||
if display_identity:
|
||||
print("Identity : "+str(identity))
|
||||
print("Listening on : "+RNS.prettyhexrep(destination.hash))
|
||||
RNS.exit(0)
|
||||
exit(0)
|
||||
|
||||
if disable_auth:
|
||||
allow_all = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue