mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-20 07:39:48 +00:00
Add missing continue statement in gateway futures.
This commit is contained in:
@@ -355,6 +355,7 @@ class DiscordWebSocket(websockets.client.WebSocketClientProtocol):
|
|||||||
future = entry.future
|
future = entry.future
|
||||||
if future.cancelled():
|
if future.cancelled():
|
||||||
removed.append(index)
|
removed.append(index)
|
||||||
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
valid = entry.predicate(data)
|
valid = entry.predicate(data)
|
||||||
|
Reference in New Issue
Block a user