Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit bb6a47f

Browse files
committed
typo in data sending
1 parent 66d4b73 commit bb6a47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def write_points_with_precision(self, data, time_precision='s'):
163163
url=url,
164164
method='POST',
165165
params=params,
166-
data,
166+
data=data,
167167
status_code=200
168168
)
169169

0 commit comments

Comments
 (0)