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

Commit 9d7c044

Browse files
authored
Fixing Typo in _time_precision Attribute
1 parent 824a1b7 commit 9d7c044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def commit(cls, client=None):
143143
client = cls._client
144144
rtn = client.write_points(
145145
cls._json_body_(),
146-
time_precision=cls.time_precision)
146+
time_precision=cls._time_precision)
147147
#will be None if not set and will default to ns
148148
cls._reset_()
149149
return rtn

0 commit comments

Comments
 (0)