Commit 538d098c by 岳巧源

modify config path

parent ce4b9fe0
Showing with 1 additions and 1 deletions
......@@ -2,6 +2,6 @@ import json
def load_config_map() -> dict:
with open('config.json', 'r', encoding='UTF-8') as f:
with open('/data/python_code/europa-erp-python/config.json', 'r', encoding='UTF-8') as f:
return json.load(f)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment