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:
parent
3680b22407
commit
6cf05da422
@ -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