Skip to content

Commit 9a3f856

Browse files
authored
Fix build error
1 parent 87630df commit 9a3f856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slackclient/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def websocket_safe_read(self):
286286
# SSLWantReadError
287287
return ""
288288
raise
289-
except WebSocketConnectionClosedException as e:
289+
except WebSocketConnectionClosedException:
290290
logging.debug("RTM disconnected")
291291
self.connected = False
292292
if self.auto_reconnect:

0 commit comments

Comments
 (0)