syntax fix
This commit is contained in:
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…
Reference in New Issue
Block a user