mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 19:55:12 +00:00
fix: tasks
This commit is contained in:
parent
499651f51b
commit
8186513bf1
@ -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
|
||||
],
|
||||
[
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user