This commit is contained in:
2024-04-09 13:47:44 +02:00
parent 89c0cc68d8
commit 1ee475fc74
+1 -1
View File
@@ -54,7 +54,7 @@ def scan_queue(_logger):
_logger.info(data)
def comm_subroutine(logger):
logger.setLevel(logging.DEBUG)
#logger.setLevel(logging.DEBUG)
logger.info("Started")
threads = []
#threads.append(threading.Thread(target=flask_debug, args=(logger,)))