diff --git a/app.py b/app.py index 82aafb2..130a775 100644 --- a/app.py +++ b/app.py @@ -66,4 +66,4 @@ def python_tips(): if __name__ == "__main__": - app.run(debug=True, port=80) \ No newline at end of file + app.run(debug=True,host="0.0.0.0", port=80) \ No newline at end of file