From ba31148ea2b44d3785a22e31806980c300f920b8 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 12 Mar 2022 23:03:02 -0500 Subject: [PATCH] fixed indent --- groundstation/tago-upload.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/tago-upload.py b/groundstation/tago-upload.py index 6d503f02..afff9cbe 100644 --- a/groundstation/tago-upload.py +++ b/groundstation/tago-upload.py @@ -208,7 +208,7 @@ while (True): result = my_device.insert(data) print(result) - data = { + data = { 'variable': 'e_co2', 'unit' : 'ppm', 'value' : e_co2, @@ -218,7 +218,7 @@ while (True): result = my_device.insert(data) print(result) - data = { + data = { 'variable': 'raw_h2', 'unit' : 'raw', 'value' : raw_h2,