From 20ad7208bca5e1ee4a5a832da61c80b29579b8c1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 16 Feb 2025 10:53:51 -0500 Subject: [PATCH] Update fc_block_decode.py just label string --- groundstation/fc_block_decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 3047cdcf..e362c348 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -60,7 +60,7 @@ with open(html_dir + "index.html", "w+") as html_file: with open(html_dir + "/images/telem.csv.txt", "w+") as csv_file: # csv_file.write(csv_format) - csv_file.write(label_string_html) + csv_file.write(label_string) csv_file.write("\n") image_id = 256 # set illegal image ID for null # random.randint(0, 255)