diff --git a/config.py b/config.py index 19b0f55..9cce2f0 100644 --- a/config.py +++ b/config.py @@ -9,7 +9,7 @@ config = {} def load_config(): global config - config_path = "config.json" + config_path = "./config.json" if not os.path.exists(config_path): raise Exception('配置文件不存在,请根据config-template.json模板创建config.json文件')