Got site working

This commit is contained in:
John Washam
2016-06-30 02:59:45 +00:00
parent 371ebd76ac
commit 255001f40d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.idea/
py3env/
__pycache__/

View File

@@ -9,4 +9,4 @@ def index():
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)
app.run(host='0.0.0.0')