forked from mirrors/thatmattlove-hyperglass
update httpx with AsyncClient
This commit is contained in:
parent
c255691871
commit
cd454d5ca1
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ class Connect:
|
|||
log.debug(f"URL endpoint: {endpoint}")
|
||||
|
||||
try:
|
||||
async with httpx.Client(**client_params) as http_client:
|
||||
async with httpx.AsyncClient(**client_params) as http_client:
|
||||
responses = []
|
||||
|
||||
for query in self.query:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue