mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-20 12:45:22 +00:00
revert changes in task
This commit is contained in:
parent
cf9468e0c5
commit
ea2b9d67cd
@ -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