update 更新框架和控制细节
This commit is contained in:
@ -9,6 +9,7 @@ class TCPClient:
|
||||
self.IPAddress = ip
|
||||
self.port = port
|
||||
self.client_socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||
self.client_socket.settimeout(5)
|
||||
|
||||
|
||||
def CreatConnect(self):
|
||||
|
||||
Reference in New Issue
Block a user