mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-04 15:35:42 -04:00
Updated exit handler
This commit is contained in:
parent
712273dd14
commit
ce270f4615
2 changed files with 7 additions and 2 deletions
|
@ -402,6 +402,7 @@ def link_closed(link):
|
|||
else:
|
||||
RNS.log("Link closed, exiting now")
|
||||
|
||||
RNS.Reticulum.exit_handler()
|
||||
time.sleep(1.5)
|
||||
os._exit(0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue