修改response

This commit is contained in:
zhaojinghao 2022-12-08 16:32:36 +08:00
parent 2e64b83e0d
commit df82641305
1 changed files with 1 additions and 1 deletions

2
run.py
View File

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