修改response

This commit is contained in:
zhaojinghao 2022-12-12 10:42:03 +08:00
parent 998239de5f
commit 042e57af8d
1 changed files with 1 additions and 1 deletions

2
run.py
View File

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