This commit is contained in:
张建平 2025-03-03 16:40:43 +08:00
parent c24e3685e3
commit f65064235c

View File

@ -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()