Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nooblong committed Feb 1, 2024
2 parents 7febcc3 + 13c8860 commit d849479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bilibili_api/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ async def get_danmakus(
api = API["danmaku"]["get_history_danmaku"]
params["date"] = date.strftime("%Y-%m-%d")
params["type"] = 1
from_seg = to_seg = 0
else:
api = API["danmaku"]["get_danmaku"]
if from_seg == None:
Expand Down

0 comments on commit d849479

Please sign in to comment.