1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +00:00

fix: tasks

This commit is contained in:
RedDeadDepresso 2023-12-25 11:48:00 +00:00
parent 499651f51b
commit 8186513bf1
2 changed files with 3 additions and 8 deletions

View File

@ -1,18 +1,13 @@
{
"ResetDaily": true,
"LastRun": "2023-12-24 21:41:55",
"ResetTime": "20:21:30",
"ResetTime": "11:21:30",
"RechargeAP": true,
"PreferredTemplate": "commissions",
"Queue": [
[
"N",
"7-2",
17
],
[
"H",
"7-3",
"12-3",
6
],
[

View File

@ -23,7 +23,7 @@ class Task(UI):
self.device.click(CLAIM)
logger.info("Click Claim")
continue
if self.match_color(CLAIMED) and self.match_color(CLAIMED_ALL):
if not self.match_color(CLAIMED) and not self.match_color(CLAIMED_ALL):
logger.info("All claimed")
break