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] committed Apr 25, 2024
1 parent 4fdc9d8 commit 64114b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrdt_websocket/yroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async def _broadcast_updates(self):
self.log.debug("Writing Y update to YStore")
self._task_group.start_soon(self.ystore.write, update)
except Exception as e:
self.log.error("Error broadcast updates for room:", exc_info=e)
self.log.error("Error broadcast updates for room:", exc_info=e)

async def __aenter__(self) -> YRoom:
async with self._start_lock:
Expand Down

0 comments on commit 64114b9

Please sign in to comment.