syntax fix

main
samerbam 1 year ago
parent f73e73ef0b
commit eb7d00c72f

@ -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"}

Loading…
Cancel
Save