jugmac00 / flask-reuploaded

File uploads for Flask.
https://github.com/jugmac00/flask-reuploaded
MIT License
63 stars 12 forks source link

fix exception text #78

Closed jugmac00 closed 3 years ago

jugmac00 commented 3 years ago

The previous text was about the request context, which was completely off, as the exception only gets raised when the user forget to configure the application properly, cf e.g. https://stackoverflow.com/questions/23650544

This fixes #76