Browse Source

让程序可以被公网访问

master
jc 1 month ago
parent
commit
483febdb7f
  1. 2
      app.py

2
app.py

@ -66,4 +66,4 @@ def python_tips():
if __name__ == "__main__":
app.run(debug=True, port=80)
app.run(debug=True,host="0.0.0.0", port=80)
Loading…
Cancel
Save