Closed xiosensei closed 4 years ago
any requests.get()or request.post()that has a url that goes to the web most have proxies=config.proxies.
requests.get()
request.post()
proxies=config.proxies
@pierre-delecto anything wrong with this? I have tested this with no conflict.
Sorry, just not paying attention. Thanks for contributing!
any
requests.get()
orrequest.post()
that has a url that goes to the web most haveproxies=config.proxies
.