1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +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
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

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