Skip to content

Commit

Permalink
Fix wrong game name
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Nov 24, 2024
1 parent 330ec0e commit 4dc6aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshin/client/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def get_url(self, region: types.Region, game: types.Game) -> yarl.URL:
genshin="https://fastcdn.hoyoverse.com/mi18n/bbs_oversea",
hkrpg="https://webstatic.hoyoverse.com/admin/mi18n/bbs_oversea",
nap="https://fastcdn.hoyoverse.com/mi18n/nap_global",
honkai="https://fastcdn.hoyoverse.com/mi18n/bbs_oversea",
honkai3rd="https://fastcdn.hoyoverse.com/mi18n/bbs_oversea",
),
chinese=dict(),
)

0 comments on commit 4dc6aba

Please sign in to comment.