1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 07:28:21 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-10-21 17:19:41 +00:00
15 changed files with 216 additions and 202 deletions

View File

@@ -169,7 +169,7 @@ class InfoHandler(ModuleBase):
# Hot fixes will kill AL if you clicked the confirm button
if self._hot_fix_check_wait.reached():
self._hot_fix_check_wait.clear()
if self._hot_fix_check_wait.started() and 3 <= self._hot_fix_check_wait.current() <= 6:
if self._hot_fix_check_wait.started() and 3 <= self._hot_fix_check_wait.current_time() <= 6:
if not self.device.app_is_running():
logger.error('Detected hot fixes from game server, game died')
raise GameNotRunningError