Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
Fix dim repo error
  • Loading branch information
pwnless authored Apr 28, 2024
1 parent 8f632c6 commit 396480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enkapy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Enka:
_URL = "https://enka.network/api/uid/{uid}"
# https://github.com/theBowja/GenshinData-1
# https://raw.githubusercontent.com/GrownNed/Homework/master
_REPO_BASE = 'https://gitlab.com/Dimbreath/AnimeGameData/-/raw/main'
_REPO_BASE = 'https://gitlab.com/Dimbreath/AnimeGameData/-/raw/master'
_LANG_URL = _REPO_BASE + '/TextMap/TextMap{lang}.json?inline=false'
_AVATAR_URL = _REPO_BASE + '/ExcelBinOutput/AvatarExcelConfigData.json?inline=false'
_TALENT_URL = _REPO_BASE + '/ExcelBinOutput/AvatarTalentExcelConfigData.json?inline=false'
Expand Down

0 comments on commit 396480e

Please sign in to comment.