1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Merge branch 'master' into opsi_month_boss

This commit is contained in:
YJGeng-Iriy
2022-12-21 00:09:20 +08:00
committed by GitHub
42 changed files with 296 additions and 204 deletions

View File

@@ -408,9 +408,9 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
},
allow_none=False,
)
logger.info(f"Delay task `{self.task.command}` to {run} ({kv})")
if task is None:
task = self.task.command
logger.info(f"Delay task `{task}` to {run} ({kv})")
self.modified[f'{task}.Scheduler.NextRun'] = run
self.update()
else: