russss / polybot

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

deal with tweepy empty media_ids array error #17

Closed fireindark707 closed 1 year ago

fireindark707 commented 1 year ago

If media_ids == [], there will be an error "there must be a minimum 1 item...", change it to None will fix the issue