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