Skip to content

Commit 3395e0a

Browse files
committed
missing data in the write
1 parent ac256c3 commit 3395e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

influxdb/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def write_points_with_precision(self, data, time_precision='s'):
163163
url=url,
164164
method='POST',
165165
params=params,
166+
data=json.dumps(data),
166167
status_code=200
167168
)
168169

0 commit comments

Comments
 (0)