mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-17 00:15:13 +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 True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@Config.when(Emulator_GameLanguage='jp')
|
|
||||||
def _handle_survey():
|
|
||||||
pass
|
|
||||||
|
|
||||||
@Config.when(Emulator_GameLanguage='en')
|
@Config.when(Emulator_GameLanguage='en')
|
||||||
def _handle_survey():
|
def _handle_survey():
|
||||||
if self.appear_then_click(SURVEY):
|
if self.appear_then_click(SURVEY):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
@Config.when(Emulator_GameLanguage=None)
|
||||||
|
def _handle_survey():
|
||||||
|
pass
|
||||||
|
|
||||||
logger.hr('App login')
|
logger.hr('App login')
|
||||||
orientation_timer = Timer(5)
|
orientation_timer = Timer(5)
|
||||||
startup_timer = Timer(5).start()
|
startup_timer = Timer(5).start()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user