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):