Skip to content

Commit

Permalink
Modify the update_characters_any function to use Enka first
Browse files Browse the repository at this point in the history
  • Loading branch information
KT-Yeh committed Sep 16, 2024
1 parent fb614b5 commit 1d34829
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions genshin/utility/extdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,7 @@ async def update_characters_any(
if len(langs) == 0:
return

if len(langs) == 1:
updators = [update_characters_ambr, update_characters_enka]
else:
updators = [update_characters_enka, update_characters_ambr]
updators = [update_characters_enka, update_characters_ambr]

updators.append(update_characters_genshindata)

Expand Down

0 comments on commit 1d34829

Please sign in to comment.