mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Remove non-ascii characters in zone name as a temporary fix
This commit is contained in:
parent
278eb91bc7
commit
fc48b88e03
@ -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__
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user