From 8acc49b69fef4b55633037544ee694f2d27568eb Mon Sep 17 00:00:00 2001 From: icoz Date: Thu, 18 Oct 2018 21:55:04 +0300 Subject: =?UTF-8?q?=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5=20=D1=8F=D1=81=D0=BD?= =?UTF-8?q?=D0=BE=D0=B5=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BE=D0=B1=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B5=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D1=80=D0=B0=D0=B7=D0=B1=D0=BE=D1=80=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- habr/topic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/habr/topic.py b/habr/topic.py index 5867c43..e806fbf 100644 --- a/habr/topic.py +++ b/habr/topic.py @@ -105,7 +105,7 @@ class TMTopic(object): } ) except: - print('err=',cmnt.attrib['rel']) + print('err while parse comment_id =', cmnt.attrib['rel'], " (возможно НЛО)") pass self.post['comments_count'] = len(self.post['comments']) -- cgit v1.2.3