1
0
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:
LA_DI_DA
2024-05-25 19:45:50 +08:00
83 changed files with 135 additions and 83 deletions

View File

@@ -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: