mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-12 01:35:49 +00:00
aiohttp: enable proxy environment handling
This commit is contained in:
parent
f367d04287
commit
145af9f0e5
@ -32,6 +32,7 @@ class BetterClientSession(aiohttp.ClientSession):
|
||||
session = BetterClientSession(
|
||||
connector = connector,
|
||||
timeout = aiohttp.ClientTimeout(total=20),
|
||||
trust_env = True,
|
||||
)
|
||||
|
||||
@atexit.register
|
||||
|
Loading…
Reference in New Issue
Block a user