mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
@@ -259,8 +259,8 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig):
|
||||
logger.warning(f'Task {task} is force to enable')
|
||||
self.modified[f'{task}.Scheduler.Enable'] = True
|
||||
|
||||
force_enable(['Commission', 'Tactical', 'Research', 'Reward'])
|
||||
limit_next_run(['Commission', 'Tactical', 'Reward'], limit=now + timedelta(hours=12, minutes=-1))
|
||||
force_enable(['Commission', 'Research', 'Reward'])
|
||||
limit_next_run(['Commission', 'Reward'], limit=now + timedelta(hours=12, minutes=-1))
|
||||
limit_next_run(['Research'], limit=now + timedelta(hours=24, minutes=-1))
|
||||
limit_next_run(['OpsiExplore'], limit=now + timedelta(days=31, minutes=-1))
|
||||
limit_next_run(self.args.keys(), limit=now + timedelta(hours=24, minutes=-1))
|
||||
|
||||
Reference in New Issue
Block a user