Delete debug line

This commit is contained in:
taizan-hokuto
2020-01-02 20:52:36 +09:00
parent fc5979c025
commit 7b7323abf8

View File

@@ -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であり、