Skip to content

Commit

Permalink
Remove the logger in the Awareness args
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Oct 3, 2024
1 parent abbd47e commit ce35615
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 @@ -81,7 +81,7 @@ def __init__(
self.ready = ready
self.ystore = ystore
self.log = log or getLogger(__name__)
self.awareness = Awareness(self.ydoc, self.log, self.local_update_awareness)
self.awareness = Awareness(self.ydoc, self.local_update_awareness)
self.clients = set()
self._on_message = None
self.exception_handler = exception_handler
Expand Down

0 comments on commit ce35615

Please sign in to comment.