mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Catch game died in camera update
This commit is contained in:
@@ -151,7 +151,7 @@ class InfoHandler(ModuleBase):
|
||||
self._hot_fix_check_wait.clear()
|
||||
if self._hot_fix_check_wait.started() and 3 <= self._hot_fix_check_wait.current() <= 6:
|
||||
if not self.device.app_is_running():
|
||||
logger.warning('Detected hot fixes from game server, game died')
|
||||
logger.error('Detected hot fixes from game server, game died')
|
||||
raise GameNotRunningError
|
||||
self._hot_fix_check_wait.clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user