From 5c584f62caab9c919e573317cdbeafdfe6d7aebe Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 14 Feb 2025 16:41:23 -0500 Subject: [PATCH] Update fc_block_decode.py add tlm_string --- groundstation/fc_block_decode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index f9e68d02..dc21925e 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -167,6 +167,7 @@ if __name__ == "__main__": for line in csv_file: html_file.write(line) html_file.write("
") + tlm_string = fstr(csv_format) html_file.write(tlm_string) html_file.write("
") html_file.write(foot_string)