mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-22 07:34:19 +00:00
DB generation bugfix
This commit is contained in:
parent
edc842711f
commit
7a6af87f4a
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ def page_500(e):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Se non esiste il database, crealo e inizializzalo!
|
# Se non esiste il database, crealo e inizializzalo!
|
||||||
if not os.path.isfile("data.db"):
|
if not os.path.isfile("db.sqlite"):
|
||||||
db.create_all()
|
db.create_all()
|
||||||
try:
|
try:
|
||||||
# L'utente predefinito è "stagista" "smecds".
|
# L'utente predefinito è "stagista" "smecds".
|
||||||
|
|
Loading…
Reference in a new issue