fix: 运行脚本请求失败 (#33)

运行单个任务时报错,笔误
This commit is contained in:
港島小叔子 2024-07-28 19:19:11 +08:00 committed by GitHub
parent 6fef536d6e
commit 443d3cd632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -911,7 +911,7 @@ def main():
# 签到
print(f"===============签到任务===============")
if type(task_index) is int:
verify_account(account[0])
verify_account(accounts[0])
else:
for account in accounts:
verify_account(account)