Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Posting gif images results in an error in storage.py #472

Closed globalistas closed 2 years ago

globalistas commented 2 years ago

https://github.com/Phuks-co/throat/blob/76228bd355d90b71568e87de53be3cd0c1cd1f0e/app/storage.py#L237

Error on this line is:

AttributeError: 'NoneType' object has no attribute 'seek'

globalistas commented 2 years ago

Fixed by https://github.com/Phuks-co/throat/pull/475