1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-03 03:01:14 +08:00

Feat: Restart emulator on its network disconnection

This commit is contained in:
positnuec
2026-03-30 21:38:28 +08:00
parent 8a7c9f3115
commit bf03867f0b
4 changed files with 51 additions and 7 deletions

View File

@@ -53,6 +53,10 @@ class GameNotRunningError(Exception):
pass
class EmulatorNetworkError(Exception):
pass
class GamePageUnknownError(Exception):
pass