1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

revert changes in task

This commit is contained in:
RedDeadDepresso
2023-12-25 16:30:27 +00:00
committed by YoursFunny
parent e4afe9a112
commit a915ce396b
+1 -1
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