Skip to content

Commit

Permalink
Update pycrdt_websocket/yroom.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Brochart <[email protected]>
  • Loading branch information
brichet and davidbrochart authored Oct 3, 2024
1 parent 44ce852 commit baac68e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pycrdt_websocket/yroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ def local_update_awareness(self, state: bytes) -> None:
self._task_group.start_soon(self._local_update_awareness, state)
else:
self.log.error(
"Server awareness can't be broadcasted, the task group has not been "
"initialized in the YRoom"
"Cannot broadcast server awareness: YRoom not started"
)

async def _local_update_awareness(self, state: bytes) -> None:
Expand Down

0 comments on commit baac68e

Please sign in to comment.