mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
Fix: Redundant restart when checker recovered (#1579)
This commit is contained in:
parent
28f1411933
commit
6003d5d8b6
2
alas.py
2
alas.py
@ -444,7 +444,7 @@ class AzurLaneAutoScript:
|
||||
# So update it once recovered
|
||||
del_cached_property(self, 'config')
|
||||
logger.info('Server or network is recovered. Restart game client')
|
||||
self.run('restart')
|
||||
self.config.task_call('Restart')
|
||||
# Get task
|
||||
task = self.get_next_task()
|
||||
# Init device and change server
|
||||
|
Loading…
Reference in New Issue
Block a user