I have to python files that create and read text from a .txt
file, in order for them to work they need to know the info inside of the .txt
file.
In heroku I have a scheduler that runs one file, then the other. The big problem is that the files are reset every time to their state from the original repo. How can I get around this?