tylerolson / reddit2instagrambot

A bot that uploads top Reddit posts to Instagram.
https://instagram.com/rocketleague.bot
44 stars 9 forks source link

Empty done.json file causes issues #3

Closed eolso closed 5 years ago

eolso commented 5 years ago

If the output file exists and doesn't contain "[]" the program will panic. This should be handled more gracefully.

https://github.com/Glarity/reddit2instagrambot/blob/79ba084a47c57800cf83760ce0ed0be83522c275/reddit2instagram/reddit.py#L58

eolso commented 5 years ago

Fixed in latest PR https://github.com/TylerOlson/reddit2instagrambot/pull/10