Skip to content

Commit

Permalink
fix: 提前刷新失效
Browse files Browse the repository at this point in the history
  • Loading branch information
J1uShan9 committed Jul 7, 2024
1 parent 44050d8 commit e3363f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/Bilibili/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def QueryToken(self) -> tuple:
# 刚刚验证完
else:
url = f"https://show.bilibili.com/api/ticket/order/prepare?project_id={self.projectId}&token={self.token}&gaia_vtoken={self.token}"
self.risked = False

params = {
"project_id": self.projectId,
Expand Down

0 comments on commit e3363f0

Please sign in to comment.