From 1ee475fc74814faf48f07628dccbe9cdda1173cd Mon Sep 17 00:00:00 2001 From: Migatu Date: Tue, 9 Apr 2024 13:47:44 +0200 Subject: [PATCH] fix --- communication_subroutine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_subroutine.py b/communication_subroutine.py index 9146530..deb790e 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -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,)))