diff --git a/MCE/config.json b/MCE/config.json index 796b553..71d0eed 100644 --- a/MCE/config.json +++ b/MCE/config.json @@ -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 ], [ diff --git a/tasks/task/task.py b/tasks/task/task.py index 85693df..71d6695 100644 --- a/tasks/task/task.py +++ b/tasks/task/task.py @@ -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