mirror of
https://github.com/PaiGramTeam/HonkaiStarRailWikiDataParser.git
synced 2025-01-30 18:38:36 +00:00
refa: move relic config to map folder
Some checks failed
Fetch Wiki / Fetch-Wiki (push) Failing after 5m27s
Some checks failed
Fetch Wiki / Fetch-Wiki (push) Failing after 5m27s
This commit is contained in:
parent
c9394179c2
commit
fbdad1c26e
@ -94,5 +94,6 @@ async def fetch_relic_config():
|
||||
await fetch_all_relic()
|
||||
await fetch_main_affix()
|
||||
await fetch_sub_affix()
|
||||
data_path = Path("data")
|
||||
data_path = Path("data") / "mihomo_map"
|
||||
data_path.mkdir(exist_ok=True, parents=True)
|
||||
await dump_relic_config(data_path / "relic_config.json")
|
||||
|
Loading…
Reference in New Issue
Block a user