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

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')