diff --git a/src/wuttjamaican/conf.py b/src/wuttjamaican/conf.py index ee4f237..1e2b7eb 100644 --- a/src/wuttjamaican/conf.py +++ b/src/wuttjamaican/conf.py @@ -810,7 +810,7 @@ def get_config_paths( # which config file as part of the actual service definition in # windows, so the service name is used for magic lookup here. if winsvc: - config = configparser.SafeConfigParser() + config = configparser.ConfigParser() config.read(files) section = f'{appname}.config' if config.has_section(section):