Use consistent quotes

This commit is contained in:
rubenwardy
2018-03-21 22:03:37 +00:00
parent 9ddc29e41f
commit 0385590922
9 changed files with 60 additions and 52 deletions

View File

@@ -1,3 +1,3 @@
from app import app
app.run(host='0.0.0.0', port=5000, debug=True)
app.run(host="127.0.0.1", port=5000, debug=True)