1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 15:35:12 +00:00

fix(login): change survey handle for default server

This commit is contained in:
YoursFunny 2023-11-19 17:04:40 +08:00
parent 6ef18ed8c0
commit af71e797db
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -30,16 +30,16 @@ class Login(UI):
return True
return False
@Config.when(Emulator_GameLanguage='jp')
def _handle_survey():
pass
@Config.when(Emulator_GameLanguage='en')
def _handle_survey():
if self.appear_then_click(SURVEY):
return True
return False
@Config.when(Emulator_GameLanguage=None)
def _handle_survey():
pass
logger.hr('App login')
orientation_timer = Timer(5)
startup_timer = Timer(5).start()