VickiLanger / LGBTQ-of-the-day-bot

Twitter bot tweeting fun goofy lgbtq things and queer history of the day
https://twitter.com/LGBTQotd
GNU General Public License v3.0
80 stars 172 forks source link

Fix event date check for annual events #300

Closed JasirZaeem closed 3 years ago

JasirZaeem commented 3 years ago

Closes #297 As described in #297 the bot would post annual events on days other than the correct date, this was occurring because it would search today's 'MM-DD' in the event's 'YYYY-MM-DD'. This PR fixes this with a small correction to make the bot compare today's date and months with the event's date and months i.e. event_date[5:0], to remove the YYYY- portion before comparing.