1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 21:37:22 +08:00

Fix: notify when GameNotRunningError

This commit is contained in:
2024-09-02 01:34:29 +08:00
parent 0624c992e3
commit f0a7e98ac8
6 changed files with 10 additions and 9 deletions

View File

@@ -78,11 +78,6 @@ class AzurLaneAutoScript:
return True
except GameNotRunningError as e:
logger.warning(e)
handle_notify(
self.config.Error_OnePushConfig,
title=f"Alas <{self.config_name}> crashed",
content=f"<{self.config_name}> GameNotRunningError",
)
self.config.task_call('Restart')
return True
except (GameStuckError, GameTooManyClickError) as e: