re-added host info

This commit is contained in:
2019-07-04 16:49:50 +01:00
parent 92352279af
commit 8c8eae000d

2
app.py
View File

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