mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 07:42:09 +00:00
fix
This commit is contained in:
@@ -54,7 +54,7 @@ def scan_queue(_logger):
|
|||||||
_logger.info(data)
|
_logger.info(data)
|
||||||
|
|
||||||
def comm_subroutine(logger):
|
def comm_subroutine(logger):
|
||||||
logger.setLevel(logging.DEBUG)
|
#logger.setLevel(logging.DEBUG)
|
||||||
logger.info("Started")
|
logger.info("Started")
|
||||||
threads = []
|
threads = []
|
||||||
#threads.append(threading.Thread(target=flask_debug, args=(logger,)))
|
#threads.append(threading.Thread(target=flask_debug, args=(logger,)))
|
||||||
|
|||||||
Reference in New Issue
Block a user