this is the code that gets the error:
month_date = pickle.load(open("month.dat", "rb"))
this is the error I get:
File "/Users/lvanrem/PythonTest/weatherAI_V2.py", line 25, in <module>
month_date = pickle.load(open("month.dat", "rb"))
EOFError: Ran out of input
let me know if you can help me...