I have some caching issues. I\'m running very small web-application which reads one frame, saves it to the disk and then shows it in browsers window.
I know, it is p
A combination of app.config['SEND_FILE_MAX_AGE_DEFAULT'] = 0 in the python file
and hard reload (command + shift + R) of the chrome browser worked for me as it seems Chrome caches the static files