From df8264130558d721e20edcecc1c182b5d2f9a4d2 Mon Sep 17 00:00:00 2001 From: zhaojinghao Date: Thu, 8 Dec 2022 16:32:36 +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 54a39af..9cc6caa 100644 --- a/run.py +++ b/run.py @@ -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)