diff --git a/communication_subroutine.py b/communication_subroutine.py index 378c76a..4956a9b 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -60,7 +60,8 @@ def comm_subroutine(): logger.setLevel(logging.DEBUG) logger.info("Started") threads = [] - threads.append(threading.Thread(target=waitress_run, args=(logger,))) + threads.append(threading.Thread(target=flask_debug, args=(logger,))) + #threads.append(threading.Thread(target=waitress_run, args=(logger,))) threads.append(threading.Thread(target=scan_queue,)) for worker in threads: