Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnless committed Nov 30, 2022
1 parent ac2367d commit 4fb35af
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 @@ -22,7 +22,7 @@ class Enka:
_URL = "https://enka.network/u/{uid}/__data.json"
# https://github.com/theBowja/GenshinData-1
# https://raw.githubusercontent.com/GrownNed/Homework/master
_REPO_BASE = 'https://raw.githubusercontent.com/theBowja/GenshinData-1/master'
_REPO_BASE = 'https://gitlab.com/Dimbreath/gamedata/-/raw/main/'
_LANG_URL = _REPO_BASE + '/TextMap/TextMap{lang}.json'
_AVATAR_URL = _REPO_BASE + '/ExcelBinOutput/AvatarExcelConfigData.json'
_TALENT_URL = _REPO_BASE + '/ExcelBinOutput/AvatarTalentExcelConfigData.json'
Expand Down

0 comments on commit 4fb35af

Please sign in to comment.