diff --git a/controllers/cms.py b/controllers/cms.py index 77708b8a0012b0054c694f7e13da00eff0c70c26..362af983e34f9ab183e0d4bc33146e138064ccf9 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):