mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: delay cl1 before os_explore finishes (#4602)
This commit is contained in:
parent
a08e346609
commit
9c3bfc7e8d
@ -467,7 +467,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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user