mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Fix: Remove non-ascii characters in zone name as a temporary fix
This commit is contained in:
@@ -50,7 +50,7 @@ class Zone:
|
||||
Returns:
|
||||
str: Such as `[3|圣彼得伯格|St. Petersburg|ペテルブルク|聖彼得堡]`
|
||||
"""
|
||||
return f'[{self.zone_id}|{self.cn}|{self.en}|{self.jp}|{self.tw}]'
|
||||
return f'[{self.zone_id}|{self.en}]'
|
||||
|
||||
__repr__ = __str__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user