mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Opt: Skip restart if fail when init
This commit is contained in:
parent
d6952ef025
commit
105eb4dd1a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user