Przeglądaj źródła

Maybe daemon was the secret auce

master
Pete Shadbolt 8 lat temu
rodzic
commit
06d7fb9bf3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      server/server.py

+ 1
- 0
server/server.py Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz