1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

Disable debugging un run.py

This commit is contained in:
Pierre Jaury 2016-03-20 11:43:05 +01:00
parent 54fb9cf60a
commit 1c1c8e9cf6

View File

@ -2,4 +2,4 @@ from freeposte import app, db
if __name__ == '__main__':
app.run(debug=True)
app.run()