From 455171561a50d5191216872483e769a1a6ddfd70 Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Wed, 9 Nov 2022 19:19:07 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Compatible=20with=20new=20scraper.p?= =?UTF-8?q?y=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_app.py b/web_app.py index 42b1ebc..a038c91 100644 --- a/web_app.py +++ b/web_app.py @@ -390,4 +390,4 @@ if __name__ == '__main__': # 判断是否使用CDN加载前端资源 cdn = True if config['Web_APP']['PyWebIO_CDN'] == 'True' else False # 启动Web服务\Start Web service - start_server(main, port=port, debug=True, cdn=cdn) + start_server(main, port=port, debug=False, cdn=cdn)