Explorar el Código

Listen on all hosts.

master
Chris Smith hace 6 años
padre
commit
6161bc0995
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      main.py

+ 1
- 1
main.py Ver fichero

@@ -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…
Cancelar
Guardar