From 4fb35af4ec524581a22b6ae6e113b857d50df6a3 Mon Sep 17 00:00:00 2001 From: pwnblog <99332743+pwnblog@users.noreply.github.com> Date: Wed, 30 Nov 2022 22:35:14 +0800 Subject: [PATCH] Add files via upload --- enkapy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enkapy/client.py b/enkapy/client.py index 170c1de..e7f7f5a 100644 --- a/enkapy/client.py +++ b/enkapy/client.py @@ -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'