We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb419f9 commit bc2201fCopy full SHA for bc2201f
aocd/utils.py
@@ -47,7 +47,6 @@ class HttpClient:
47
req_count: dict[t.Literal["GET", "POST"], int]
48
49
def __init__(self) -> None:
50
-
51
proxy_url = os.environ.get('http_proxy') or os.environ.get('https_proxy')
52
if proxy_url:
53
self.pool_manager = urllib3.ProxyManager(proxy_url, headers={"User-Agent": USER_AGENT})
0 commit comments