def __init__(self, name, config): _Proxy.__init__(self, name, config) self._proxyAddress = _addressParse(self['address'], defaultPort=1080)
def __init__(self, name, config): _Proxy.__init__(self, name, config) self._proxyAddress = self['address'] self._proxyPort = self['port']