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

fix: tasks

This commit is contained in:
RedDeadDepresso
2023-12-25 11:48:00 +00:00
committed by YoursFunny
parent bcbe10d291
commit 9aaf1e8f3b
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class Task(UI):
self.device.click(CLAIM)
logger.info("Click Claim")
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")
break