Browse Source

[tasks] Remove HTTPException as an exception to silently continue for

pull/5196/head
Dan Hess 5 years ago
committed by GitHub
parent
commit
fc951873a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/ext/tasks/__init__.py

1
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,

Loading…
Cancel
Save