diff --git a/frigate/comms/ws.py b/frigate/comms/ws.py index 5efc269af..151093779 100644 --- a/frigate/comms/ws.py +++ b/frigate/comms/ws.py @@ -90,7 +90,6 @@ class WebSocketClient(Communicator): # type: ignore[misc] except ConnectionResetError: pass - def stop(self) -> None: self.websocket_server.manager.close_all() self.websocket_server.manager.stop()