Needed to update configparser.SafeConfigParser() to configparser.ConfigParser() and parser.readfp() to parser.read_file() to stay consistent with python >= 3.12.
Description
Provide a brief description of the PR's purpose here.
Todos
Notable points that this PR has either accomplished or will accomplish.
Needed to update configparser.SafeConfigParser() to configparser.ConfigParser() and parser.readfp() to parser.read_file() to stay consistent with python >= 3.12.
Description
Provide a brief description of the PR's purpose here.
Todos
Notable points that this PR has either accomplished or will accomplish.
Questions
Status