We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf0047 commit ac2367dCopy full SHA for ac2367d
enkapy/client.py
@@ -20,7 +20,9 @@ class Enka:
20
21
"""
22
_URL = "https://enka.network/u/{uid}/__data.json"
23
- _REPO_BASE = 'https://raw.githubusercontent.com/Dimbreath/GenshinData/master'
+ # https://github.com/theBowja/GenshinData-1
24
+ # https://raw.githubusercontent.com/GrownNed/Homework/master
25
+ _REPO_BASE = 'https://raw.githubusercontent.com/theBowja/GenshinData-1/master'
26
_LANG_URL = _REPO_BASE + '/TextMap/TextMap{lang}.json'
27
_AVATAR_URL = _REPO_BASE + '/ExcelBinOutput/AvatarExcelConfigData.json'
28
_TALENT_URL = _REPO_BASE + '/ExcelBinOutput/AvatarTalentExcelConfigData.json'
0 commit comments