1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 13:59:02 +08:00

Opt: cl1 during os_explore

This commit is contained in:
sui-feng-cb 2025-09-05 12:12:21 +08:00
parent 0d4dcdc75e
commit bbcf75fa87

View File

@ -593,7 +593,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', 'OpsiHazard1Leveling']:
'OpsiMonthBoss', 'OpsiShop']:
keys = f'{task}.Scheduler.NextRun'
current = self.config.cross_get(keys=keys, default=DEFAULT_TIME)
if current < next_run: