From 10310fe9554e226d22a27a8381f4ef02b8892465 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Wed, 31 Aug 2022 00:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0libvideo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/cms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/cms.py b/classes/cms.py index 0fc5e0b..e25bc2a 100644 --- a/classes/cms.py +++ b/classes/cms.py @@ -350,7 +350,7 @@ class CMS: r = requests.get(self.homeUrl, headers=self.headers, timeout=self.timeout) r.encoding = self.encoding html = r.text - print(html) + # print(html) if self.class_parse and not has_cache: p = self.class_parse.split(';') # print(p) -- GitLab