1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Fix: Handle game stuck when login

This commit is contained in:
LmeSzinc
2020-08-05 16:21:18 +08:00
parent 1ee5b7316a
commit 2c7ef03abd
3 changed files with 34 additions and 3 deletions

View File

@@ -26,5 +26,9 @@ class GameStuckError(Exception):
pass
class GameTooManyClickError(Exception):
pass
class GameNotRunningError(Exception):
pass