Fix: [ALAS] Device.config was never updated during scheduler run

This commit is contained in:
LmeSzinc 2024-07-15 23:45:02 +08:00
parent f93445b70c
commit 420a6f1e6d

View File

@ -258,6 +258,7 @@ class AzurLaneAutoScript:
task = self.get_next_task()
# Init device and change server
_ = self.device
self.device.config = self.config
# Skip first restart
if self.is_first_task and task == 'Restart':
logger.info('Skip task `Restart` at scheduler start')