mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Opt: Improve log appearance in OpSi Month Boss
This commit is contained in:
@@ -289,7 +289,8 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
||||
)
|
||||
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", "OpsiCrossMonth", "OpsiVoucher"], limit=now + timedelta(days=31, seconds=-1))
|
||||
limit_next_run(["OpsiExplore", "OpsiCrossMonth", "OpsiVoucher", "OpsiMonthBoss"],
|
||||
limit=now + timedelta(days=31, seconds=-1))
|
||||
limit_next_run(["OpsiArchive"], limit=now + timedelta(days=7, seconds=-1))
|
||||
limit_next_run(self.args.keys(), limit=now + timedelta(hours=24, seconds=-1))
|
||||
|
||||
@@ -492,6 +493,7 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
||||
"OpsiArchive",
|
||||
"OpsiStronghold",
|
||||
"OpsiMeowfficerFarming",
|
||||
"OpsiMonthBoss",
|
||||
]
|
||||
)
|
||||
tasks = tasks.filter(is_submarine_call).delete(tasks.filter(is_force_run))
|
||||
|
||||
Reference in New Issue
Block a user