Disabling caching in Flask

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 probably not the best solution, but every time I save this read frame with the same name and therefor any browser will cache it. I … Read more