From f65064235c9655f1275cd1293c69a9647dc13d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Mon, 3 Mar 2025 16:40:43 +0800 Subject: [PATCH] . --- pr_manager/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_manager/settings.py b/pr_manager/settings.py index 16a03dc..e4b0cea 100644 --- a/pr_manager/settings.py +++ b/pr_manager/settings.py @@ -18,7 +18,7 @@ from pathlib import Path # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent -CONFIG_NAME = BASE_DIR / "config.local.ini" +CONFIG_NAME = BASE_DIR / "config.ini" # 加载配置文件: 开发可加载config.local.ini _config = configparser.ConfigParser()