mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: sync edit across from sibling funcs to voucher and archive counterpart (43c9671)
This commit is contained in:
parent
1d433efc7b
commit
e9013b7e01
@ -36,8 +36,8 @@ class OSCampaignRun(OSMapOperation):
|
||||
self.config.opsi_task_delay(ap_limit=True)
|
||||
|
||||
def opsi_voucher(self):
|
||||
self.load_campaign()
|
||||
try:
|
||||
self.load_campaign()
|
||||
self.campaign.os_voucher()
|
||||
except ActionPointLimit:
|
||||
self.config.opsi_task_delay(ap_limit=True)
|
||||
@ -96,8 +96,8 @@ class OSCampaignRun(OSMapOperation):
|
||||
self.config.opsi_task_delay(ap_limit=True)
|
||||
|
||||
def opsi_archive(self):
|
||||
self.load_campaign()
|
||||
try:
|
||||
self.load_campaign()
|
||||
self.campaign.os_archive()
|
||||
except ActionPointLimit:
|
||||
self.config.opsi_task_delay(ap_limit=True)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user