mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Test 2
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user