diff --git a/run.py b/run.py index 54a39af..9cc6caa 100644 --- a/run.py +++ b/run.py @@ -134,4 +134,4 @@ def run_ts_predict(): if __name__ == '__main__': - app.run(host='0.0.0.0', port=8901, debug=True) + app.run(host='0.0.0.0', port=8901, debug=False)