digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

TypeError when specifying --from while using download command #42

Closed digitalec closed 2 years ago

digitalec commented 2 years ago
TypeError: '>=' not supported between instances of 'str' and 'datetime.datetime'

Issue is caused by incorrect method being used to convert str to datetime object.

digitalec commented 2 years ago

Fixed in 2.5