diff --git a/tasks/login/login.py b/tasks/login/login.py index fa3f867..e171ebd 100644 --- a/tasks/login/login.py +++ b/tasks/login/login.py @@ -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()