mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Add missing continue statement in gateway futures.
This commit is contained in:
parent
3558a0db27
commit
91fcce30e6
@ -355,6 +355,7 @@ class DiscordWebSocket(websockets.client.WebSocketClientProtocol):
|
||||
future = entry.future
|
||||
if future.cancelled():
|
||||
removed.append(index)
|
||||
continue
|
||||
|
||||
try:
|
||||
valid = entry.predicate(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user