mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Format tnc directory with black.
This commit is contained in:
parent
ae3fafde8d
commit
13fca45fc1
2 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ class DAEMON:
|
|||
Daemon class
|
||||
|
||||
"""
|
||||
|
||||
log = structlog.get_logger("DAEMON")
|
||||
|
||||
def __init__(self):
|
||||
|
|
|
@ -25,6 +25,7 @@ import structlog
|
|||
|
||||
log = structlog.get_logger(__file__)
|
||||
|
||||
|
||||
def signal_handler(sig, frame):
|
||||
"""
|
||||
a signal handler, which closes the network/socket when closing the application
|
||||
|
|
Loading…
Reference in a new issue