From 48b6f2c24e5b4c9672320a06be811148522691ae Mon Sep 17 00:00:00 2001 From: taizan-hokuto <55448286+taizan-hokuto@users.noreply.github.com> Date: Thu, 2 Jan 2020 15:46:45 +0900 Subject: [PATCH] Add comment --- pytchat/paramgen/arcparam.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytchat/paramgen/arcparam.py b/pytchat/paramgen/arcparam.py index 45da2c7..99154d7 100644 --- a/pytchat/paramgen/arcparam.py +++ b/pytchat/paramgen/arcparam.py @@ -121,6 +121,7 @@ def getparam(video_id, seektime = 0): Parameter --------- seektime : int - seconds to load past chat data + unit:seconds + start position of fetching chat data. ''' return _build(video_id, seektime)