mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
fix: tasks
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user