Skip to content
Snippets Groups Projects
Commit e497b4b8 authored by phhorrei's avatar phhorrei
Browse files

Fixing stupid mistake...


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1839 b32b6428-25c9-4566-ad07-03861ab6144f
parent 01097993
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class InfluxDBLogger:
k,
msg.body[k]
))
while !done:
while not done:
try:
self.influxdb.write_points(data_points,time_precision='s')
done = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment