1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-03-30 21:55:13 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
RedDeadDepresso
e46357add8
Merge cf9468e0c5 into 0d66a5c424 2023-12-25 14:49:43 +00:00

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