mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-18 17:25:22 +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)
|
self.device.click(CLAIM)
|
||||||
logger.info("Click Claim")
|
logger.info("Click Claim")
|
||||||
continue
|
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")
|
logger.info("All claimed")
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user