Commit 3a286478 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Temporary fixes fulldata in csv but will be changed soon (issue #108)

Showing with 1 addition and 1 deletion
+1 -1
......@@ -199,7 +199,7 @@ class OhmPi(object):
last_measurement.update(idic)
last_measurement.update(udic)
last_measurement.update(tdic)
# last_measurement.pop('fulldata')
last_measurement.pop('fulldata')
if os.path.isfile(filename):
# Load data file and append data to it
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment