Browse Source

fix daemon timeout

283
ThomasV 11 years ago
parent
commit
374efd970e
  1. 1
      lib/daemon.py

1
lib/daemon.py

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

Loading…
Cancel
Save