From 2616e4c4b53a947e8d398b56841cb3b1660d0cf3 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Thu, 2 Jan 2020 15:20:34 +0900 Subject: [PATCH] Adjust amount of first fetching chat --- pytchat/core_async/livechat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytchat/core_async/livechat.py b/pytchat/core_async/livechat.py index 19aadd3..82b3bdc 100644 --- a/pytchat/core_async/livechat.py +++ b/pytchat/core_async/livechat.py @@ -131,7 +131,7 @@ class LiveChatAsync: """最初のcontinuationパラメータを取得し、 _listenループのタスクを作成し開始する """ - initial_continuation = liveparam.getparam(self.video_id) + initial_continuation = liveparam.getparam(self.video_id,3) await self._listen(initial_continuation) async def _listen(self, continuation):