1
0
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:
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.")
# sys.exit(0) # thread ignores this
os._exit(0)
# end signal_handler
def parse_email(msgid, data, server):