mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 07:10:44 +08:00
parent
6fef536d6e
commit
443d3cd632
@ -911,7 +911,7 @@ def main():
|
|||||||
# 签到
|
# 签到
|
||||||
print(f"===============签到任务===============")
|
print(f"===============签到任务===============")
|
||||||
if type(task_index) is int:
|
if type(task_index) is int:
|
||||||
verify_account(account[0])
|
verify_account(accounts[0])
|
||||||
else:
|
else:
|
||||||
for account in accounts:
|
for account in accounts:
|
||||||
verify_account(account)
|
verify_account(account)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user