mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 03:21:29 +08:00
Opt: delay cl1 before os_explore finishes (#4602)
This commit is contained in:
@@ -467,7 +467,7 @@ class OperationSiren(OSMap):
|
|||||||
with self.config.multi_set():
|
with self.config.multi_set():
|
||||||
next_run = self.config.Scheduler_NextRun
|
next_run = self.config.Scheduler_NextRun
|
||||||
for task in ['OpsiObscure', 'OpsiAbyssal', 'OpsiArchive', 'OpsiStronghold', 'OpsiMeowfficerFarming',
|
for task in ['OpsiObscure', 'OpsiAbyssal', 'OpsiArchive', 'OpsiStronghold', 'OpsiMeowfficerFarming',
|
||||||
'OpsiMonthBoss', 'OpsiShop']:
|
'OpsiMonthBoss', 'OpsiShop', 'OpsiHazard1Leveling']:
|
||||||
keys = f'{task}.Scheduler.NextRun'
|
keys = f'{task}.Scheduler.NextRun'
|
||||||
current = self.config.cross_get(keys=keys, default=DEFAULT_TIME)
|
current = self.config.cross_get(keys=keys, default=DEFAULT_TIME)
|
||||||
if current < next_run:
|
if current < next_run:
|
||||||
|
|||||||
Reference in New Issue
Block a user