Skip to content

Commit ccb34d5

Browse files
committed
Fix example
1 parent aafa70f commit ccb34d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/line_sender_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from questdb.ilp import Sender, TimestampNanos
1+
from questdb.ingress import Sender
22

33
if __name__ == '__main__':
44
with Sender('localhost', 9009) as sender:
@@ -9,7 +9,7 @@
99
)
1010
sender.row(
1111
'line_sender_example',
12-
symbols={'id': 'OMEGA'},
12+
symbols={'id': 'ZHETA'},
1313
columns={'price': '111222233330i', 'qty': 2.5}
1414
)
1515
sender.flush()

0 commit comments

Comments
 (0)