1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-03-05 17:18:33 +00:00
12 changed files with 29 additions and 24 deletions

View File

@@ -477,7 +477,7 @@ class OperationSiren(OSMap):
with self.config.multi_set():
next_run = self.config.Scheduler_NextRun
for task in ['OpsiObscure', 'OpsiAbyssal', 'OpsiArchive', 'OpsiStronghold', 'OpsiMeowfficerFarming',
'OpsiMonthBoss', 'OpsiShop']:
'OpsiMonthBoss', 'OpsiShop', 'OpsiHazard1Leveling']:
keys = f'{task}.Scheduler.NextRun'
current = self.config.cross_get(keys=keys, default=DEFAULT_TIME)
if current < next_run: