1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-03-29 17:45:13 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
RedDeadDepresso
76e27c5ee8
Merge ea2b9d67cd into 0d66a5c424 2023-12-25 16:30:24 +00:00
RedDeadDepresso
ea2b9d67cd revert changes in task 2023-12-25 16:30:27 +00:00

View File

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