Skip to content

Commit

Permalink
Update incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
shauneccles committed Feb 16, 2024
1 parent 9e45d32 commit 1096d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ledfx/api/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 1096d33

Please sign in to comment.