syntax fix

This commit is contained in:
samerbam 2023-08-24 23:26:52 -04:00
parent f73e73ef0b
commit eb7d00c72f

View File

@ -72,7 +72,7 @@ def first_run():
with open('.firsttimeruncheck', 'x') as f:
f.write("")
return {"status": "First Run"}
except as e:
except Exception as e:
print(e)
return {"status": "Not First Run"}