I have a static website in the www folder. It includes 2 files .py and .html, in which .py will get the data. However, when the data changes and I reset the website, the data is not updated at all. Only when I go into the server’s ssh and do clear-cache, then when I reload the page, there is new data. So what do I need to do to be able to update the data in this page automatically when resetting?