diff --git a/communication_subroutine.py b/communication_subroutine.py index 0e41a39..6f4b570 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -59,8 +59,8 @@ def comm_subroutine(logger): logger.setLevel(logging.DEBUG) logger.info("Started") threads = [] - threads.append(threading.Thread(target=flask_debug, args=(logger,))) - #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: