Browse Source
[tasks] Remove HTTPException as an exception to silently continue for
pull/5196/head
Dan Hess
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
discord/ext/tasks/__init__.py
|
|
@ -52,7 +52,6 @@ class Loop: |
|
|
|
self._injected = None |
|
|
|
self._valid_exception = ( |
|
|
|
OSError, |
|
|
|
discord.HTTPException, |
|
|
|
discord.GatewayNotFound, |
|
|
|
discord.ConnectionClosed, |
|
|
|
aiohttp.ClientError, |
|
|
|