serving on localhost

doesn’t require giving additional privileges
This commit is contained in:
Yotam Mann 2017-01-13 16:50:35 -05:00
parent 68e2e890a6
commit 9c4445abf9

View File

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