mirror of
https://github.com/KimigaiiWuyi/GenshinUID.git
synced 2025-06-01 13:09:56 +08:00
修改路径
This commit is contained in:
parent
7cb518f9b6
commit
bd7e96524e
@ -17,7 +17,7 @@ from nonebot import logger
|
|||||||
mhyVersion = "2.11.1"
|
mhyVersion = "2.11.1"
|
||||||
|
|
||||||
BASE_PATH = os.path.dirname(__file__)
|
BASE_PATH = os.path.dirname(__file__)
|
||||||
BASE2_PATH = os.path.join(BASE_PATH, 'mihoyo_libs/mihoyo_bbs')
|
BASE2_PATH = os.path.join(BASE_PATH, 'mihoyo_bbs')
|
||||||
INDEX_PATH = os.path.join(BASE2_PATH, 'index')
|
INDEX_PATH = os.path.join(BASE2_PATH, 'index')
|
||||||
|
|
||||||
|
|
||||||
@ -930,4 +930,4 @@ async def get_genshin_events(mode="List"):
|
|||||||
params=params
|
params=params
|
||||||
)
|
)
|
||||||
data = json.loads(req.text)
|
data = json.loads(req.text)
|
||||||
return data
|
return data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user