pep8 cleanup

This commit is contained in:
2014-10-17 09:33:16 +02:00
parent 3ac7b75f52
commit d95a9f1d70
2 changed files with 15 additions and 11 deletions

View File

@@ -1,2 +1,2 @@
from application import app
app.run(debug = True)
app.run(debug=True)