This commit is contained in:
2024-04-09 13:01:30 +02:00
parent 1a9ae1caa1
commit 33600ac7f7
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -55,8 +55,7 @@ def scan_queue():
IN_COMM_Q.put("Test")
def comm_subroutine():
logger = logging.getLogger('conjurer_musician')
def comm_subroutine(logger):
logger.setLevel(logging.DEBUG)
logger.info("Started")
threads = []