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 d5389da commit 427cb2dCopy full SHA for 427cb2d
thingsdb/model/emitter.py
@@ -63,7 +63,7 @@ async def _watch(self):
63
self._thing_id = \
64
await self._client.query(self._code, scope=self._scope)
65
else:
66
- await self._client.watch(self._thing_id)
+ await self._client.watch(self._thing_id, scope=self._scope)
67
68
def on_reconnect(self):
69
asyncio.ensure_future(self._watch())
thingsdb/version.py
@@ -1 +1 @@
1
-__version__ = '0.6.23'
+__version__ = '0.6.24'
0 commit comments