From 0f7a0218b62ad0b336b050c0604b390f622d4418 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Wed, 8 Jan 2020 01:12:58 +0900 Subject: [PATCH] Delete unnecessary lines --- pytchat/core_multithread/livechat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytchat/core_multithread/livechat.py b/pytchat/core_multithread/livechat.py index 9687289..766cfcc 100644 --- a/pytchat/core_multithread/livechat.py +++ b/pytchat/core_multithread/livechat.py @@ -177,11 +177,9 @@ class LiveChat: time.sleep(diff_time if diff_time > 0 else 0) continuation = metadata.get('continuation') except ChatParseException as e: - #self.terminate() logger.debug(f"[{self.video_id}]{str(e)}") return except (TypeError , json.JSONDecodeError) : - #self.terminate() logger.error(f"{traceback.format_exc(limit = -1)}") return