Add missing continue statement in gateway futures.
This commit is contained in:
parent
ecab8399ff
commit
ced064d08c
@ -378,6 +378,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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user