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

This commit is contained in:
LmeSzinc 2024-07-15 23:45:43 +08:00
parent 1f20da207b
commit 3e2c9c0a53

View File

@ -521,6 +521,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')