def set(self): socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS4, self.proxy_server, self.proxy_port, True) socket.socket = socks.socksocket