I am making a script that looks for changes in a file using python. It is being pushed using FTP to the server but I cannot make the script reload a file with the same name and get new data from that. i.e Mean_value=12 Server prints 12
BUT when I change that line to become 13 the following happens: Server prints 12 AGAIN. I would like it to print 13. Please help!