das ist doch kaputt gewesen

This commit is contained in:
Anika 2024-03-04 23:23:37 +01:00
parent e9f8d3ad28
commit acab981293
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -17,7 +17,7 @@ def preprocess():
try:
logsFile = json.load(open("./logs.json"))
alarmsFile = json.load(open("./alarms.json"))
except:
except:#no worky
print("initiate logs.json")
logsFile=json.load(open("./logs.json","w").write("{}"))
print("initiate alarms.json")