mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-07 06:52:11 +08:00
fix: 纯属意外(确信)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user