Merge branch 'hotfix/type_comment'

This commit is contained in:
taizan-hokuto
2020-06-18 02:07:46 +09:00

View File

@@ -23,7 +23,7 @@ def _gen_vid(video_id) -> str:
Return
---------
byte[] : base64 encoded video_id parameter.
str : base64 encoded video_id parameter.
"""
header = Header()
header.info.video.id = video_id