Skip to content

Commit ce35615

Browse files
committed
Remove the logger in the Awareness args
1 parent abbd47e commit ce35615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycrdt_websocket/yroom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(
8181
self.ready = ready
8282
self.ystore = ystore
8383
self.log = log or getLogger(__name__)
84-
self.awareness = Awareness(self.ydoc, self.log, self.local_update_awareness)
84+
self.awareness = Awareness(self.ydoc, self.local_update_awareness)
8585
self.clients = set()
8686
self._on_message = None
8787
self.exception_handler = exception_handler

0 commit comments

Comments
 (0)