diff --git a/__init__.py b/__init__.py index d0e3602..098c18a 100644 --- a/__init__.py +++ b/__init__.py @@ -177,4 +177,4 @@ def its_page(): if __name__ == '__main__': - app.run(debug=True) + app.run(host='0.0.0.0', debug=True)