Updated exit handler

This commit is contained in:
Mark Qvist 2018-04-26 01:31:43 +02:00
parent 712273dd14
commit ce270f4615
2 changed files with 7 additions and 2 deletions

View file

@ -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)