fix daemon timeout

This commit is contained in:
ThomasV 2014-07-25 15:16:52 +02:00
parent d60dc94e16
commit 374efd970e

View file

@ -214,6 +214,7 @@ class NetworkServer:
else:
t = time.time()
continue
t = time.time()
client = ClientThread(self, self.network, connection)
client.start()