mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 20:39:18 +08:00
Fix: os_voucher and os_archive infinite task looping
This commit is contained in:
@@ -291,7 +291,9 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig, ConfigWatcher
|
|||||||
["Commission", "Reward"], limit=now + timedelta(hours=12, seconds=-1)
|
["Commission", "Reward"], limit=now + timedelta(hours=12, seconds=-1)
|
||||||
)
|
)
|
||||||
limit_next_run(["Research"], limit=now + timedelta(hours=24, seconds=-1))
|
limit_next_run(["Research"], limit=now + timedelta(hours=24, seconds=-1))
|
||||||
limit_next_run(["OpsiExplore"], limit=now + timedelta(days=31, seconds=-1))
|
limit_next_run(
|
||||||
|
["OpsiExplore", "OpsiVoucher", "OpsiArchive"], limit=now + timedelta(days=31, seconds=-1)
|
||||||
|
)
|
||||||
limit_next_run(self.args.keys(), limit=now + timedelta(hours=24, seconds=-1))
|
limit_next_run(self.args.keys(), limit=now + timedelta(hours=24, seconds=-1))
|
||||||
|
|
||||||
def override(self, **kwargs):
|
def override(self, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user