Fix some typos

This commit is contained in:
Pierre Jaury
2016-03-20 15:37:48 +01:00
parent 0f1c4b08b4
commit 77d426e084
2 changed files with 3 additions and 3 deletions

View File

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