From 59763e944963244856ab9bfd25950c95765ff3c3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 11 Feb 2025 17:12:17 -0500 Subject: [PATCH] Update fc_block_decode.py end after initla --- groundstation/fc_block_decode.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index b90f7a3f..3b946f28 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -62,6 +62,8 @@ with open(html_dir + "/images/telem.csv.txt", "w+") as csv_file: image_id = 256 # set illegal image ID for null # random.randint(0, 255) image_count = 1; +return + if __name__ == "__main__": debug_mode = False counter = 1 @@ -171,5 +173,6 @@ if __name__ == "__main__": tlm_string = fstr(csv_format) with open(html_dir + "/images/telem.csv.txt", "a") as csv_file: csv_file.write(tlm_string) + csv_file.write("\n")