mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Opt: Skip restart if fail when init
This commit is contained in:
@@ -147,6 +147,7 @@ class ServerChecker:
|
||||
bool: True if server is recovered from an unavailable state.
|
||||
"""
|
||||
if len(self._state) < 2:
|
||||
self._recover = False
|
||||
return False
|
||||
|
||||
if self._recover:
|
||||
|
||||
Reference in New Issue
Block a user