mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 06:57:21 +08:00
Fix: Device is never loaded before delaying task Restart (#1437)
This commit is contained in:
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':
|
||||||
|
|||||||
Reference in New Issue
Block a user