mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-03-29 17:45:13 +00:00
Compare commits
2 Commits
e46357add8
...
76e27c5ee8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76e27c5ee8 | ||
|
|
ea2b9d67cd |
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user