mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 23:24:18 +00:00
Not debugging anymore!
This commit is contained in:
parent
0174118fe2
commit
3ac674aa30
1 changed files with 1 additions and 2 deletions
|
@ -803,5 +803,4 @@ if __name__ == "__main__":
|
||||||
except IntegrityError:
|
except IntegrityError:
|
||||||
# Se queste operazioni sono già state compiute in precedenza, annullale
|
# Se queste operazioni sono già state compiute in precedenza, annullale
|
||||||
db.session.rollback()
|
db.session.rollback()
|
||||||
# Esegui il sito in modalità debug
|
app.run()
|
||||||
app.run(debug=True)
|
|
||||||
|
|
Loading…
Reference in a new issue