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:
parent
6ef18ed8c0
commit
af71e797db
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user