mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 22:59:17 +08:00
Fix: Wrong log when delay across task
This commit is contained in:
@@ -408,9 +408,9 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
|||||||
},
|
},
|
||||||
allow_none=False,
|
allow_none=False,
|
||||||
)
|
)
|
||||||
logger.info(f"Delay task `{self.task.command}` to {run} ({kv})")
|
|
||||||
if task is None:
|
if task is None:
|
||||||
task = self.task.command
|
task = self.task.command
|
||||||
|
logger.info(f"Delay task `{task}` to {run} ({kv})")
|
||||||
self.modified[f'{task}.Scheduler.NextRun'] = run
|
self.modified[f'{task}.Scheduler.NextRun'] = run
|
||||||
self.update()
|
self.update()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user