修改response

This commit is contained in:
zhaojinghao 2022-12-12 09:37:56 +08:00
parent eaff1d6d3e
commit 5c19f8ec24
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -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)