mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +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)
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user