1
0
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:
YoursFunny 2024-09-03 15:10:36 +08:00
parent 123c248f43
commit 437977ef63
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -28,7 +28,7 @@ class Circle(UI):
self.click_with_interval(CIRCLE, 3)
continue
else:
self.device.click(MAIN_GO_TO_CIRCLE)
self.appear_then_click(MAIN_GO_TO_CIRCLE, 3)
def _handle_circle(self, status):
match status: