From a1294961f3951512d74d1a46893ca849a9a624bd Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 13 Mar 2022 07:35:15 -0400 Subject: [PATCH] fixed indent --- groundstation/tago-upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,