mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 19:55:12 +00:00
fix(circle): improve circle enter
This commit is contained in:
parent
123c248f43
commit
437977ef63
@ -28,7 +28,7 @@ class Circle(UI):
|
|||||||
self.click_with_interval(CIRCLE, 3)
|
self.click_with_interval(CIRCLE, 3)
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
self.device.click(MAIN_GO_TO_CIRCLE)
|
self.appear_then_click(MAIN_GO_TO_CIRCLE, 3)
|
||||||
|
|
||||||
def _handle_circle(self, status):
|
def _handle_circle(self, status):
|
||||||
match status:
|
match status:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user