1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-09-05 06:37:53 -04:00

clean up code around closed_socket and reconnect

This commit is contained in:
Craig Lamparter 2020-12-08 09:27:24 -08:00 committed by Hemna
parent ef132d8037
commit 735cb3a557

View File

@ -138,6 +138,7 @@ def signal_handler(signal, frame):
LOG.info("Ctrl+C, exiting.") LOG.info("Ctrl+C, exiting.")
# sys.exit(0) # thread ignores this # sys.exit(0) # thread ignores this
os._exit(0) os._exit(0)
# end signal_handler
def parse_email(msgid, data, server): def parse_email(msgid, data, server):