diff --git a/run.py b/run.py index dfaf0cd..44fd3b4 100644 --- a/run.py +++ b/run.py @@ -163,4 +163,4 @@ def run_ts_predict(): if __name__ == '__main__': - app.run(host='0.0.0.0', port=8908, debug=True) + app.run(host='0.0.0.0', port=8901, debug=False)