diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 3b946f28..d78e28ae 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -172,7 +172,7 @@ 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(tlm_string) csv_file.write("\n")