Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and davidbrochart committed Apr 26, 2024
1 parent 1cb672a commit e92d8be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pycrdt_websocket/yroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ async def _broadcast_updates(self):
self._task_group.start_soon(client.send, message)
except Exception as e:
self.log.error(
"Error sending Y update to client with endpoint: %s",
client.path,
exc_info=e,
)
"Error sending Y update to client with endpoint: %s",
client.path,
exc_info=e,
)
if isinstance(e, WebSocketClosedError):
self.client.remove(client)
if self.ystore:
Expand Down

0 comments on commit e92d8be

Please sign in to comment.