Open Phil413 opened 3 years ago
Hi, The proxy does not support socks
if self.proxy_host: proxy = 'http://%s:%s' % (self.proxy_host, self.proxy_port) self.proxies = { 'http': proxy, 'https': proxy }
Hi, The proxy does not support socks