diff --git a/classes/cms.py b/classes/cms.py index 0fc5e0b88b050d48f76c8b14b7a7ad4308e3fcb3..e25bc2a30d4045d4082fef415ddde03d39b1ad47 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)