diff --git a/app.py b/app.py index 295b007..816543b 100755 --- a/app.py +++ b/app.py @@ -64,4 +64,4 @@ if __name__ == "__main__": _, configpath, host, port = sys.argv app = init_app(configpath) - run(app=app, host=host, port=port, debug=True) + run(app=app, host=host, port=port, server="waitress") diff --git a/requirements.txt b/requirements.txt index 9eae50f..7a8eacb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ apscheduler pytz tzlocal tox +waitress