From b78c62bd2d40f1d4f37e00fd894a5c25e7bf7ced Mon Sep 17 00:00:00 2001 From: wood chen Date: Sun, 23 Feb 2025 00:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 9102b1c..c7a11a9 100644 --- a/config.py +++ b/config.py @@ -6,7 +6,7 @@ from loguru import logger # 加载YAML配置 def load_config() -> Dict: """从YAML文件加载配置""" - yaml_files = ["config.yaml", "config.example.yaml"] + yaml_files = ["config.yaml"] for yaml_file in yaml_files: if os.path.exists(yaml_file): try: