From f6895520985263669d7a6283554071c5ce86799d Mon Sep 17 00:00:00 2001 From: AAA3A <89632044+AAA3A-AAA3A@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:02:01 +0200 Subject: [PATCH] Update utils.py --- reddash/app/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reddash/app/utils.py b/reddash/app/utils.py index 65939ff..90a16e9 100644 --- a/reddash/app/utils.py +++ b/reddash/app/utils.py @@ -52,6 +52,7 @@ websocket._exceptions.WebSocketConnectionClosedException, ConnectionResetError, ConnectionAbortedError, + BrokenPipeError, AttributeError, # If the connection is reset. )