Skip to content

Commit 5455b8f

Browse files
committed
Merge pull request influxdata#29 from prune998/patch-2
missing data in the write
2 parents ac256c3 + 3395e0a commit 5455b8f

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)