mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Del: Opsi archive zone monthly task support; currently not a monthly trend maybe will be in the future
This commit is contained in:
@@ -292,7 +292,7 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
||||
)
|
||||
limit_next_run(["Research"], limit=now + timedelta(hours=24, seconds=-1))
|
||||
limit_next_run(
|
||||
["OpsiExplore", "OpsiVoucher", "OpsiArchive"], limit=now + timedelta(days=31, seconds=-1)
|
||||
["OpsiExplore", "OpsiVoucher"], limit=now + timedelta(days=31, seconds=-1)
|
||||
)
|
||||
limit_next_run(self.args.keys(), limit=now + timedelta(hours=24, seconds=-1))
|
||||
|
||||
@@ -492,7 +492,6 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
||||
"OpsiDaily",
|
||||
"OpsiObscure",
|
||||
"OpsiAbyssal",
|
||||
"OpsiArchive",
|
||||
"OpsiStronghold",
|
||||
"OpsiMeowfficerFarming",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user