russss / polybot

A framework for making social media bots for multiple networks
BSD 3-Clause "New" or "Revised" License
45 stars 9 forks source link

Fix missing things from previous merges #12

Closed dracos closed 4 years ago

dracos commented 4 years ago

Just noticed my bots had stopped working at Christmas, looks like when the mime_type branch was merged it conflicted, the conflicts were committed, then removed when supply-list-of-lengths was merged but losing the changes. Also a bit of a tidy from the wrap merge. And a 'return' had disappeared from update_with_media call.

russss commented 4 years ago

Thanks! Not sure what happened there...

russss commented 4 years ago

Oh, turns out what happened there was that I'd apparently fixed it locally but hadn't committed it. (Also travis isn't checking pull requests.)