在接口调用中加入相应参数:
self.ws.run_forever(
http_proxy_host=self.proxy_host,
http_proxy_port=self.proxy_port,
proxy_type='http'
)
在接口调用中加入相应参数:
self.ws.run_forever(
http_proxy_host=self.proxy_host,
http_proxy_port=self.proxy_port,
proxy_type='http'
)
1297
468

被折叠的 条评论
为什么被折叠?