mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-21 21:58:04 +00:00
✨ Add stable resource host
This commit is contained in:
parent
44071056d5
commit
9fae46db65
@ -7,7 +7,7 @@ from httpx import AsyncClient
|
|||||||
|
|
||||||
|
|
||||||
class WikiModel:
|
class WikiModel:
|
||||||
BASE_URL = "https://raw.githubusercontent.com/PaiGramTeam/HonkaiStarRailWikiDataParser/remote/data/"
|
BASE_URL = "https://starrail-res.paimon.vip/data/"
|
||||||
BASE_PATH = Path("data/wiki")
|
BASE_PATH = Path("data/wiki")
|
||||||
BASE_PATH.mkdir(parents=True, exist_ok=True)
|
BASE_PATH.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user