ソースを参照

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')

読み込み中…
キャンセル
保存