1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Add: [TW] asset support for voucher shop (#1982)

This commit is contained in:
下面我簡單喵兩句
2022-12-11 14:52:19 +08:00
committed by GitHub
parent 873a6da0e2
commit da7efd102c
5 changed files with 3 additions and 8 deletions

View File

@@ -36,11 +36,6 @@ class OSCampaignRun(OSMapOperation):
self.config.opsi_task_delay(ap_limit=True)
def opsi_voucher(self):
if self.config.SERVER in ['tw']:
logger.info(f'Opsi Voucher is not supported in {self.config.SERVER},'
' please contact server maintainers')
self.config.task_delay(server_update=True)
return
try:
self.load_campaign()
self.campaign.os_voucher()