1
Fork 0
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:
Steffo 2017-09-14 10:01:28 +02:00
parent 0174118fe2
commit 3ac674aa30

View file

@ -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)