From 7b7323abf846732967880d680e6c793758900611 Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Thu, 2 Jan 2020 20:52:36 +0900 Subject: [PATCH] Delete debug line --- pytchat/parser/live.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytchat/parser/live.py b/pytchat/parser/live.py index f362be9..c445780 100644 --- a/pytchat/parser/live.py +++ b/pytchat/parser/live.py @@ -29,7 +29,6 @@ class Parser: return contents def parse(self, contents): - util.save(json.dumps(contents,ensure_ascii=False,indent=2),"v:\\~\\test_",".json") """ このparse関数はLiveChat._listen() 関数から定期的に呼び出される。 引数jsnはYoutubeから取得したチャットデータの生JSONであり、