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 72a14dc commit 4829aa2Copy full SHA for 4829aa2
thingsdb/room/roombase.py
@@ -233,8 +233,8 @@ def _on_join(self, _data) -> asyncio.Task | None:
233
# join is (again) finished
234
return asyncio.create_task(self.on_join())
235
else:
236
- # User has decided not to wait for the join. Thus we can asume that
237
- # event handlers do not depend on the on_join to be finished
+ # User has decided not to wait for the join. Thus we can assume
+ # that event handlers do not depend on the on_join to be finished
238
assert self._wait_join is False
239
assert self._client
240
loop = self._client.get_event_loop()
0 commit comments