aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/tasks
diff options
context:
space:
mode:
authorDan Hess <[email protected]>2020-08-04 23:09:04 -0800
committerGitHub <[email protected]>2020-08-05 03:09:04 -0400
commitfc951873a167772138c77835a9b05111dd9c25cb (patch)
tree29012b9889827424a80b8dc76df2c07909c12cc6 /discord/ext/tasks
parentFix gramatical error in Client guild_subscriptions docs (diff)
downloaddiscord.py-fc951873a167772138c77835a9b05111dd9c25cb.tar.xz
discord.py-fc951873a167772138c77835a9b05111dd9c25cb.zip
[tasks] Remove HTTPException as an exception to silently continue for
Diffstat (limited to 'discord/ext/tasks')
-rw-r--r--discord/ext/tasks/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py
index 7921b095..e54573ef 100644
--- a/discord/ext/tasks/__init__.py
+++ b/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,