mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Remove server checker before testing
This commit is contained in:
parent
310cd4a7c7
commit
37ea94b809
@ -67,7 +67,7 @@ class OSCampaignRun(OSMapOperation):
|
||||
self.config.task_delay(minute=150, server_update=True)
|
||||
|
||||
def opsi_hazard1_leveling(self):
|
||||
if self.config.SERVER in ['en', 'jp', 'tw']:
|
||||
if self.config.SERVER in ['en', 'tw']:
|
||||
logger.info(f'Opsi CL1 Leveling is not supported in {self.config.SERVER},'
|
||||
' please contact server maintainers')
|
||||
self.config.task_delay(server_update=True)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user