Explorar el Código

Maybe daemon was the secret auce

master
Pete Shadbolt hace 8 años
padre
commit
06d7fb9bf3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      server/server.py

+ 1
- 0
server/server.py Ver fichero

@@ -42,6 +42,7 @@ class VizServer(SocketServer.TCPServer):

def start(self):
thread = threading.Thread(None, self.run)
thread.daemon = True
thread.start()
print "Go to 127.0.0.0:{}".format(self.port)



Cargando…
Cancelar
Guardar