Ridgure / TwitchBot

This is an irc bot written in python by Ridgure for Ridgure
https://www.twitch.tv/ridgure
MIT License
5 stars 4 forks source link

Incorrect break timings... as said in chat. #11

Closed kbigliar closed 5 years ago

kbigliar commented 5 years ago

https://github.com/Ridgure/TwitchBot/blob/748404c0168cebe84d2d8bfab533ffcfdd064497/bot.py#L892-L903

str(60 - uptime().minute) should be str(50 - uptime().minute) in both locations (lines 895 and 901) so the breaks are every 2 hrs at the 110-120 min range.

kbigliar commented 5 years ago

And fixed live too.