From 1096d334c6ef78347dbfe4c5b03811b529123bc4 Mon Sep 17 00:00:00 2001 From: Shaun Eccles-Smith Date: Fri, 16 Feb 2024 17:31:30 +1100 Subject: [PATCH] Update incorrect docstring --- ledfx/api/websocket.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ledfx/api/websocket.py b/ledfx/api/websocket.py index 3649d2c14..99447dfe0 100644 --- a/ledfx/api/websocket.py +++ b/ledfx/api/websocket.py @@ -138,7 +138,6 @@ async def _sender(self): This method is an asynchronous write loop that pulls messages from the sender queue and sends them over the websocket connection. It continuously checks for new messages in the queue until the websocket connection is closed. - If a message is None, it breaks the loop and stops sending messages. If there is an error serializing the message to JSON, it logs an error message. If the websocket connection is closed by the client, it logs a message and breaks the loop. """