anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Fix tv series minute format #85

Closed andrewdodd13 closed 7 years ago

andrewdodd13 commented 7 years ago

With strftime, %I means 12-hour format hour, not minute. Changed to %M for minute.

anlutro commented 7 years ago

Oh wow, I'm stupid. Thanks!