We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbd47e commit ce35615Copy full SHA for ce35615
pycrdt_websocket/yroom.py
@@ -81,7 +81,7 @@ def __init__(
81
self.ready = ready
82
self.ystore = ystore
83
self.log = log or getLogger(__name__)
84
- self.awareness = Awareness(self.ydoc, self.log, self.local_update_awareness)
+ self.awareness = Awareness(self.ydoc, self.local_update_awareness)
85
self.clients = set()
86
self._on_message = None
87
self.exception_handler = exception_handler
0 commit comments