Rename function name

This commit is contained in:
taizan-hokuto
2020-01-02 15:42:32 +09:00
parent 2616e4c4b5
commit 907f8aba0b
4 changed files with 15 additions and 9 deletions

View File

@@ -139,7 +139,7 @@ class ReplayChat:
def _get_initial_continuation(self):
''' チャットデータ取得に必要な最初のcontinuationを取得する。'''
try:
initial_continuation = arcparam.get(self.video_id,self.seektime)
initial_continuation = arcparam.getparam(self.video_id,self.seektime)
except ChatParseException as e:
self.terminate()
logger.debug(f"[{self.video_id}]Error:{str(e)}")