diff --git a/groundstation/tago-upload.py b/groundstation/tago-upload.py index dbcea6f0..0496e0bd 100644 --- a/groundstation/tago-upload.py +++ b/groundstation/tago-upload.py @@ -233,7 +233,7 @@ while (True): result = my_device.insert(data) print(result) - data = { + data = { 'variable': 'raw_ethanol', 'unit' : 'raw', 'value' : raw_ethanol,