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

Unlock server restrictions, update assets.py

This commit is contained in:
bookbug666
2022-12-06 00:05:31 +08:00
parent be12549df9
commit 0cdc4cfff0
3 changed files with 10 additions and 10 deletions

View File

@@ -281,7 +281,7 @@ class Retirement(Enhancement, QuickRetireSettingHandler):
return 0
def server_support_flagship_retire() -> bool:
return self.config.SERVER in ['cn', 'en']
return self.config.SERVER in ['cn', 'en', 'jp']
if not server_support_flagship_retire():
logger.info(f'Server {self.config.SERVER} does not yet support flagships retirement, skip')