Python 3.12 drops the deprecated readfp method from ConfigParser, so use the newer read_file method instead.
84 KiB
84 KiB
Python 3.12 drops the deprecated readfp method from ConfigParser, so use the newer read_file method instead.