Browse Source
Add DummyCookieJar to client owned ClientSession
pull/9932/head
Deep Jain
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
discord/http.py
|
|
@ -803,6 +803,7 @@ class HTTPClient: |
|
|
|
connector=self.connector, |
|
|
|
ws_response_class=DiscordClientWebSocketResponse, |
|
|
|
trace_configs=None if self.http_trace is None else [self.http_trace], |
|
|
|
cookie_jar=aiohttp.DummyCookieJar(), |
|
|
|
) |
|
|
|
self._global_over = asyncio.Event() |
|
|
|
self._global_over.set() |
|
|
|