mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-18 19:35:47 +00:00
fix: tasks
This commit is contained in:
parent
499651f51b
commit
8186513bf1
@ -1,18 +1,13 @@
|
|||||||
{
|
{
|
||||||
"ResetDaily": true,
|
"ResetDaily": true,
|
||||||
"LastRun": "2023-12-24 21:41:55",
|
"LastRun": "2023-12-24 21:41:55",
|
||||||
"ResetTime": "20:21:30",
|
"ResetTime": "11:21:30",
|
||||||
"RechargeAP": true,
|
"RechargeAP": true,
|
||||||
"PreferredTemplate": "commissions",
|
"PreferredTemplate": "commissions",
|
||||||
"Queue": [
|
"Queue": [
|
||||||
[
|
|
||||||
"N",
|
|
||||||
"7-2",
|
|
||||||
17
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
"H",
|
"H",
|
||||||
"7-3",
|
"12-3",
|
||||||
6
|
6
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|||||||
@ -23,7 +23,7 @@ class Task(UI):
|
|||||||
self.device.click(CLAIM)
|
self.device.click(CLAIM)
|
||||||
logger.info("Click Claim")
|
logger.info("Click Claim")
|
||||||
continue
|
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")
|
logger.info("All claimed")
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user