Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update utils.py to use urllib3.ProxyManager
When using ProxyManager instead of Poolmanager the proxy settings will be used when provided in proxy_url. Proxy_url can be retrieved from the environment variables proxy_url = os.environ.get('http_proxy') or os.environ.get('https_proxy')
- Loading branch information