mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 08:07:23 +08:00
Remove server restrictions in os_run.py
This commit is contained in:
@@ -36,7 +36,7 @@ class OSCampaignRun(OSMapOperation):
|
|||||||
self.config.opsi_task_delay(ap_limit=True)
|
self.config.opsi_task_delay(ap_limit=True)
|
||||||
|
|
||||||
def opsi_voucher(self):
|
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},'
|
logger.info(f'Opsi Voucher is not supported in {self.config.SERVER},'
|
||||||
' please contact server maintainers')
|
' please contact server maintainers')
|
||||||
self.config.task_delay(server_update=True)
|
self.config.task_delay(server_update=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user