mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-24 03:04:51 +00:00
Compare commits
2 Commits
e3d4d8aa0c
...
85448c50b8
| Author | SHA1 | Date | |
|---|---|---|---|
| 85448c50b8 | |||
| 850eee7783 |
+1
-1
@@ -23,7 +23,7 @@ class Task(UI):
|
||||
self.device.click(CLAIM)
|
||||
logger.info("Click Claim")
|
||||
continue
|
||||
if (self.match_color(CLAIMED) or self.match_color(COMPLETE)) and self.match_color(CLAIMED_ALL):
|
||||
if self.match_color(CLAIMED_ALL) and not self.match_color(CLAIM):
|
||||
logger.info("All claimed")
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user