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

Compare commits

..

2 Commits

Author SHA1 Message Date
RedDeadDepresso
85448c50b8
Merge 850eee7783 into 2cad7ebbac 2024-01-08 08:48:12 +00:00
RedDeadDepresso
850eee7783 perf: tasks 2024-01-08 01:15:23 +00:00

View File

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