We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fb1b0 commit 0a979f3Copy full SHA for 0a979f3
1 file changed
miuitask.py
@@ -45,7 +45,7 @@ async def main():
45
log.info(f"任务{task.name}被禁用")
46
continue
47
token = await get_token(cookies["cUserId"]) if task_obj == CheckIn else None
48
- status, reason = await task_obj(cookies, token).sign()
+ status, reason = await task_obj(cookies, account.user_agent, token).sign()
49
if not status and reason == "cookie":
50
raise ValueError("Cookie失效")
51
user_info = await sign_obj.user_info()
0 commit comments