Ver código fonte

Listen on all hosts.

master
Chris Smith 6 anos atrás
pai
commit
6161bc0995
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      main.py

+ 1
- 1
main.py Ver arquivo

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

Carregando…
Cancelar
Salvar