From cb505074f7ad2b7c77904798dcf150b3b12c4e3d Mon Sep 17 00:00:00 2001 From: "55448286+taizan-hokuto@users.noreply.github.com" Date: Sun, 3 Nov 2019 19:04:02 +0900 Subject: [PATCH] Modify comment --- pytchat/processors/chat_processor.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pytchat/processors/chat_processor.py b/pytchat/processors/chat_processor.py index 8f79629..2b94221 100644 --- a/pytchat/processors/chat_processor.py +++ b/pytchat/processors/chat_processor.py @@ -5,11 +5,12 @@ class ChatProcessor: ''' def process(self, chat_components: list): ''' - チャットデータの加工を表すインターフェース - Listenerから呼び出される。 + チャットデータの加工を表すインターフェース。 + LiveChatオブジェクトから呼び出される。 + Parameter ---------- - chat_components: list + chat_components: [LIST:component] component : dict { "video_id" : str 動画ID