Format tnc directory with black.

This commit is contained in:
Paul Kronenwetter 2022-05-30 13:47:51 -04:00
parent ae3fafde8d
commit 13fca45fc1
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@ class DAEMON:
Daemon class
"""
log = structlog.get_logger("DAEMON")
def __init__(self):

View file

@ -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