mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 01:49:41 +00:00
Fix: [ALAS] Device.config was never updated during scheduler run
This commit is contained in:
parent
f93445b70c
commit
420a6f1e6d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user