removed host settings

This commit is contained in:
2019-07-04 16:46:40 +01:00
parent 3d58630e96
commit 92352279af

2
app.py
View File

@@ -9,4 +9,4 @@ def hello_world():
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0')
app.run(debug=True)