diff options
| author | Dan Hess <[email protected]> | 2020-08-04 23:09:04 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-05 03:09:04 -0400 |
| commit | fc951873a167772138c77835a9b05111dd9c25cb (patch) | |
| tree | 29012b9889827424a80b8dc76df2c07909c12cc6 /discord/ext/tasks | |
| parent | Fix gramatical error in Client guild_subscriptions docs (diff) | |
| download | discord.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__.py | 1 |
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, |