sncli
sncli copied to clipboard
Module 'configparser' has no attribute 'SafeConfigParser' in Python 3.12
Currently fails to run in Python 3.12 since SafeConfigParser, which was previous deprecated in Python 3.11, has now been removed. I fixed this on my system by changing it to ConfigParser.
Thanks @ljmccarthy it works fine.