flaskcode icon indicating copy to clipboard operation
flaskcode copied to clipboard

cache_timeout arg removed from send_file

Open AminAlam opened this issue 2 years ago • 0 comments

cache_timeout argument is removed from flask modules called send_file(). This argument was causing the following error in the Flask 2.2.3:

TypeError: send_file() got an unexpected keyword argument 'cache_timeout'

AminAlam avatar Feb 28 '23 14:02 AminAlam