diff --git a/app.py b/app.py index 0da6dce..fa75d6c 100644 --- a/app.py +++ b/app.py @@ -1180,5 +1180,5 @@ def lineup(): if __name__ == "__main__": config = loadConfig() - # waitress.serve(app, port=8001, _quiet=True, threads=24) - app.run(host="0.0.0.0", port=8001, debug=debug) + waitress.serve(app, port=8001, _quiet=True, threads=24) + # app.run(host="0.0.0.0", port=8001, debug=debug)