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 7f6597e commit 1389167Copy full SHA for 1389167
README.rst
@@ -27,7 +27,7 @@ The latest version of the library is 0.0.3.
27
28
from questdb.ingress import Sender
29
30
- with qi.Sender('localhost', 9009) as sender:
+ with Sender('localhost', 9009) as sender:
31
sender.row(
32
'sensors',
33
symbols={'id': 'toronto1'},
0 commit comments