mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08: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…
x
Reference in New Issue
Block a user