From 8de3e2c618d7c04c49b4450f83948bbbe5f7c249 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 11 Feb 2025 17:19:50 -0500 Subject: [PATCH] Update fc_block_decode.py continue --- 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 fe370c6d..157ac6ee 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -63,7 +63,7 @@ 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; -sys.exit() +# sys.exit() if __name__ == "__main__": debug_mode = False