From 4c558491a39ad2f3e82f21729bf1c5af0663ceab Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Thu, 2 Jan 2020 21:17:37 +0900 Subject: [PATCH] Change exception message --- pytchat/parser/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytchat/parser/live.py b/pytchat/parser/live.py index f0fd176..1cc1125 100644 --- a/pytchat/parser/live.py +++ b/pytchat/parser/live.py @@ -54,7 +54,7 @@ class Parser: if contents is None: '''配信が終了した場合、もしくはチャットデータが取得できない場合''' - raise NoContentsException('チャットデータを取得できませんでした。') + raise NoContentsException('Chat data stream is empty.') cont = contents['liveChatContinuation']['continuations'][0] if cont is None: