diff --git a/__pycache__/test.cpython-38.pyc b/__pycache__/test.cpython-38.pyc index 2b0639f..ecb3996 100644 Binary files a/__pycache__/test.cpython-38.pyc and b/__pycache__/test.cpython-38.pyc differ diff --git a/test.py b/test.py index 49698f9..745f464 100644 --- a/test.py +++ b/test.py @@ -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")