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

Merge pull request #1950 from bookbug666/voucher_shop_jp

Add: [JP] asset support for voucher shop
This commit is contained in:
LmeSzinc
2022-12-06 01:36:05 +08:00
committed by GitHub
4 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class OSCampaignRun(OSMapOperation):
self.config.opsi_task_delay(ap_limit=True)
def opsi_voucher(self):
if self.config.SERVER in ['jp', 'tw']:
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)