mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-19 20:29:31 +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