acipm / kibicara

Kibicara distributes text messages between different social media and messenger platforms
https://acipm.github.io/kibicara/
Other
2 stars 0 forks source link

config.py uses outdated 'optparse' #12

Closed m-rey closed 4 years ago

m-rey commented 4 years ago

According to https://docs.python.org/3/library/optparse.html, optparse is deprecated since python 3.2. argparse should be used instead.