mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:39:25 +08:00
Merge branch 'refs/heads/smallkai' into smallkai-dev
This commit is contained in:
4
alas.py
4
alas.py
@@ -81,6 +81,10 @@ class AzurLaneAutoScript:
|
||||
if command != "restart" and self.GameRestartBecauseErrorTimes != 0:
|
||||
self.GameRestartBecauseErrorTimes = 0
|
||||
return True
|
||||
except RequireRestartGame:
|
||||
self.config.task_call('Restart')
|
||||
self.device.sleep(10)
|
||||
return True
|
||||
except TaskEnd:
|
||||
return True
|
||||
except GameNotRunningError as e:
|
||||
|
||||
Reference in New Issue
Block a user