flask-pymongo
flask-pymongo copied to clipboard
TypeError while reading files
mongo.send(filename) gives typeError -> argument of type 'NoneType' is not iterable
I believe this should be fixed in https://github.com/dcrosta/flask-pymongo/pull/164 ... can you test with that branch and let me know if this fixes the issue?
Okay, I will check