1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-18 19:35:47 +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, "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
], ],
[ [

View File

@ -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