Skip to content

Commit

Permalink
refa: move relic config to map folder
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Dec 19, 2024
1 parent c939417 commit fbdad1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res_func/relic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit fbdad1c

Please sign in to comment.