uploaded images saved to Pi

This commit is contained in:
Neythen
2021-10-07 20:40:43 +01:00
parent 3fb1ee197a
commit acd46c0aef
10 changed files with 66 additions and 6 deletions

View File

@@ -613,8 +613,6 @@ if __name__ == '__main__':
#f.close()
updateWeather()
sys.exit()
try:
f = open('csv/last_updates.json', 'r')
last_updates = json.load(f)