diff --git a/alas.py b/alas.py index 650f41f22..a525e272b 100644 --- a/alas.py +++ b/alas.py @@ -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')