Listen on all interfaces

This commit is contained in:
Felipe Martin 2020-02-28 17:46:43 +01:00
parent 816a9cd7c9
commit b4f075ea54
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -33,4 +33,4 @@ def environment():
if __name__ == "__main__":
app.run(debug=True, port=8080)
app.run(debug=True, port=8080, host="0.0.0.0")