mirror of
https://github.com/PaiGramTeam/HonkaiStarRailWikiDataParser.git
synced 2024-11-16 06:25:25 +00:00
fix: Dan Heng Imbibitor Lunae
This commit is contained in:
parent
3a6c3a6c64
commit
bb0248ea7f
@ -40,7 +40,7 @@ async def get_all_avatar() -> List[str]:
|
|||||||
|
|
||||||
|
|
||||||
async def fix_avatar_icon(content: Content):
|
async def fix_avatar_icon(content: Content):
|
||||||
avatar = all_avatars_name.get(content.title)
|
avatar = all_avatars_name.get(content.title.replace("·", "•"))
|
||||||
if not avatar:
|
if not avatar:
|
||||||
return
|
return
|
||||||
avatar.icon = content.icon
|
avatar.icon = content.icon
|
||||||
|
Loading…
Reference in New Issue
Block a user