浏览代码

Listen on all hosts.

master
Chris Smith 6 年前
父节点
当前提交
6161bc0995
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      main.py

+ 1
- 1
main.py 查看文件

@@ -79,4 +79,4 @@ def handle_index():
79 79
     return app.send_static_file("index.html")
80 80
 
81 81
 
82
-app.run()
82
+app.run('0.0.0.0')

正在加载...
取消
保存