pep8 cleanup
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
from application import app
|
||||
app.run(debug = True)
|
||||
app.run(debug=True)
|
||||
|
Reference in New Issue
Block a user
@@ -1,2 +1,2 @@
|
||||
from application import app
|
||||
app.run(debug = True)
|
||||
app.run(debug=True)
|
||||
|