소스 검색

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

Loading…
취소
저장