mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 07:35:25 +08:00
Fix: Duplicate restart at server reset
This commit is contained in:
@@ -260,10 +260,10 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig):
|
||||
self.modified[f'{task}.Scheduler.Enable'] = True
|
||||
|
||||
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))
|
||||
limit_next_run(['Commission', 'Reward'], limit=now + timedelta(hours=12, seconds=-1))
|
||||
limit_next_run(['Research'], limit=now + timedelta(hours=24, seconds=-1))
|
||||
limit_next_run(['OpsiExplore'], limit=now + timedelta(days=31, seconds=-1))
|
||||
limit_next_run(self.args.keys(), limit=now + timedelta(hours=24, seconds=-1))
|
||||
|
||||
def override(self, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user