fix: 纯属意外(确信)

This commit is contained in:
ikun0014
2024-02-22 18:51:06 +08:00
committed by 梓澄qwq
parent f88496023f
commit 715206ea6a
2 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,7 @@ import ujson as _json
def _read_config_file():
try:
with open("./config.json", "r", encoding = "utf-8") as f:
with open("./data/config.json", "r", encoding = "utf-8") as f:
return _json.load(f)
except:
pass