We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4562f7b commit 8049b0eCopy full SHA for 8049b0e
flask_images/core.py
@@ -429,7 +429,7 @@ def handle_request(self, path):
429
image.save(cache_file, format, quality=quality)
430
cache_file.close()
431
432
- return send_file(cache_path, mimetype=mimetype, cache_timeout=cache_timeout)
+ return send_file(cache_path, mimetype=mimetype, max_age=cache_timeout)
433
434
435
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
5
name='Flask-Images',
6
- version='3.0.2',
+ version='3.0.3',
7
description='Dynamic image resizing for Flask.',
8
url='http://github.com/mikeboers/Flask-Images',
9
0 commit comments