diff --git a/run.py b/run.py index 5e25d82..aa63fc1 100644 --- a/run.py +++ b/run.py @@ -157,4 +157,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)