aboutsummaryrefslogtreecommitdiff
path: root/discord/gateway.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/gateway.py')
-rw-r--r--discord/gateway.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/gateway.py b/discord/gateway.py
index 23b5de77..7e04018a 100644
--- a/discord/gateway.py
+++ b/discord/gateway.py
@@ -76,7 +76,7 @@ class KeepAliveHandler(threading.Thread):
try:
f.result()
- except:
+ except Exception:
pass
finally:
self.stop()