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:
parent
ef132d8037
commit
735cb3a557
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user