As mentioned in #99 and 42066bf, old ConfigParser only accepts str type value, or TypeError raised.
https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.set
We should migrate to toml instead.
If we still need any config file in the future.
As mentioned in #99 and 42066bf, old
ConfigParseronly acceptsstrtype value, orTypeErrorraised.https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.set
We should migrate to
tomlinstead.If we still need any config file in the future.