Delete debug line
This commit is contained in:
@@ -29,7 +29,6 @@ class Parser:
|
|||||||
return contents
|
return contents
|
||||||
|
|
||||||
def parse(self, contents):
|
def parse(self, contents):
|
||||||
util.save(json.dumps(contents,ensure_ascii=False,indent=2),"v:\\~\\test_",".json")
|
|
||||||
"""
|
"""
|
||||||
このparse関数はLiveChat._listen() 関数から定期的に呼び出される。
|
このparse関数はLiveChat._listen() 関数から定期的に呼び出される。
|
||||||
引数jsnはYoutubeから取得したチャットデータの生JSONであり、
|
引数jsnはYoutubeから取得したチャットデータの生JSONであり、
|
||||||
|
|||||||
Reference in New Issue
Block a user