eonpatapon / mpDris2

MPRIS V2.1 support for mpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2

FichteFoll opened this issue · comments

/usr/bin/mpDris2:1367: DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.
  config = configparser.SafeConfigParser()

This is with Python 3.9.

I didn't think to check pull requests and only searched for issues. Fixed with #118 but not yet released.