fix daemon timeout
This commit is contained in:
@@ -214,6 +214,7 @@ class NetworkServer:
|
|||||||
else:
|
else:
|
||||||
t = time.time()
|
t = time.time()
|
||||||
continue
|
continue
|
||||||
|
t = time.time()
|
||||||
client = ClientThread(self, self.network, connection)
|
client = ClientThread(self, self.network, connection)
|
||||||
client.start()
|
client.start()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user