From 6ce64b8f7dbcfe2201d0c3420a742222eddb1075 Mon Sep 17 00:00:00 2001 From: sui-feng-cb Date: Wed, 12 Mar 2025 17:35:42 +0800 Subject: [PATCH] Revert "Fix: Catch account kicked by server maintenance" --- module/handler/info_handler.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/module/handler/info_handler.py b/module/handler/info_handler.py index e71cee07d..0f009143b 100644 --- a/module/handler/info_handler.py +++ b/module/handler/info_handler.py @@ -175,11 +175,8 @@ class InfoHandler(ModuleBase): raise GameNotRunningError # Use template match without color match due to maintenance popup if self.appear(LOGIN_CHECK, offset=(30, 30)): - logger.error('Account logged out, ' - 'probably because account kicked by server maintenance or another log in') - # Kill game, because game patches after maintenance can only be downloaded at game startup - self.device.app_stop() - raise GameNotRunningError + logger.warning('Account logged out, ' + 'probably because account kicked by server maintenance or another log in') self._hot_fix_check_wait.clear() return appear