My Flask Webapp works fine but is not fetching data from API. I have scheduled a task to run the script for fetching the data from the API and it's working (returned 0 code) but the data on the webapp didn't change.
The data is only changing when I'm reloading the webapp (green button). Any idea why this is happening? Thank you in advance.