Skip to content

Commit ac2367d

Browse files
authored
Update repo url
1 parent 0bf0047 commit ac2367d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

enkapy/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ class Enka:
2020
2121
"""
2222
_URL = "https://enka.network/u/{uid}/__data.json"
23-
_REPO_BASE = 'https://raw.githubusercontent.com/Dimbreath/GenshinData/master'
23+
# 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'
2426
_LANG_URL = _REPO_BASE + '/TextMap/TextMap{lang}.json'
2527
_AVATAR_URL = _REPO_BASE + '/ExcelBinOutput/AvatarExcelConfigData.json'
2628
_TALENT_URL = _REPO_BASE + '/ExcelBinOutput/AvatarTalentExcelConfigData.json'

0 commit comments

Comments
 (0)