From 3b652793d29256c251b1a02c4f3481f339d1670c Mon Sep 17 00:00:00 2001 From: qiaoxinjiu Date: Fri, 23 Jan 2026 10:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base_framework/public_tools/read_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_framework/public_tools/read_config.py b/base_framework/public_tools/read_config.py index ea83f84..3c20ef7 100644 --- a/base_framework/public_tools/read_config.py +++ b/base_framework/public_tools/read_config.py @@ -25,7 +25,7 @@ class ReadConfig: files.close() fd.close() - self.cf = configparser.SafeConfigParser(allow_no_value=True) + self.cf = configparser.ConfigParser(allow_no_value=True) self.cf.read(self.config_path, encoding='utf-8') def get_value(self, sections, options):