From bfb1850245838a7ae59331444c82ee90b71430bd Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Sun, 11 Sep 2022 22:35:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=8F=9C=E7=8B=97=E7=9A=84?= =?UTF-8?q?=E9=87=8D=E5=AE=9A=E5=90=91=E9=93=BE=E6=8E=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/cms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/cms.py b/controllers/cms.py index 77708b8..362af98 100644 --- a/controllers/cms.py +++ b/controllers/cms.py @@ -942,7 +942,7 @@ class CMS: 'list': [] } logger.info(f'{self.getName()}获取详情页耗时:{get_interval(t1)}毫秒,发生错误:{e}') - print(result) + # print(result) return result def searchContent(self, key, fypage=1): -- GitLab