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)