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 4a8dfcf commit 97c434eCopy full SHA for 97c434e
discord_webhook/async_webhook.py
@@ -43,7 +43,7 @@ async def http_client(self) -> "httpx.AsyncClient":
43
It will automatically close the client when the context is exited.
44
:return: httpx.AsyncClient
45
"""
46
- client = httpx.AsyncClient(proxies=self.proxies)
+ client = httpx.AsyncClient(proxy=self.proxies)
47
yield client
48
await client.aclose()
49
0 commit comments