mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 22:14:51 +00:00
fix(circle): improve circle enter
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user