mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 09:57:43 +08:00
Fix: Device is never loaded before delaying task Restart (#1437)
This commit is contained in:
parent
9786e2951b
commit
c1ff4348e7
1
alas.py
1
alas.py
@ -418,6 +418,7 @@ class AzurLaneAutoScript:
|
|||||||
logger.info(f"Alas [{self.config_name}] exited.")
|
logger.info(f"Alas [{self.config_name}] exited.")
|
||||||
break
|
break
|
||||||
task = self.get_next_task()
|
task = self.get_next_task()
|
||||||
|
_ = self.device
|
||||||
|
|
||||||
# Skip first restart
|
# Skip first restart
|
||||||
if is_first and task == 'Restart':
|
if is_first and task == 'Restart':
|
||||||
|
Loading…
Reference in New Issue
Block a user