fixes in procedures
This commit is contained in:
@ -45,6 +45,7 @@ class TmTcpServer:
|
||||
try:
|
||||
(self.client_connection, _) = self.server_socket.accept()
|
||||
self.client_connection.setblocking(False)
|
||||
print("Client connected")
|
||||
except:
|
||||
# no client waiting
|
||||
return
|
||||
|
Reference in New Issue
Block a user