mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 22:01:49 -05:00
clean up code around closed_socket and reconnect
This commit is contained in:
parent
ef132d8037
commit
735cb3a557
@ -138,6 +138,7 @@ def signal_handler(signal, frame):
|
||||
LOG.info("Ctrl+C, exiting.")
|
||||
# sys.exit(0) # thread ignores this
|
||||
os._exit(0)
|
||||
# end signal_handler
|
||||
|
||||
|
||||
def parse_email(msgid, data, server):
|
||||
|
Loading…
Reference in New Issue
Block a user