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

3
runprod.py Normal file
View File

@@ -0,0 +1,3 @@
from app import app
app.run(host="0.0.0.0", port=5123, debug=False)