From 042e57af8d71c9d28c4316c9ab3d581f7d874a24 Mon Sep 17 00:00:00 2001 From: zhaojinghao Date: Mon, 12 Dec 2022 10:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9response?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)