From 21d56b5c8db2d910ca7072eb7ecc2cb6cf6eeb73 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 8 Feb 2025 12:02:53 -0500 Subject: [PATCH] Update fc_block_decode.py fix whitespace --- 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 26b17f21..e54a4326 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -100,7 +100,7 @@ if __name__ == "__main__": telem_string = "\nSequence number: " + str(sequence) + "\nImage ID: " + str(image_id) + " count: " + str(image_count) foot_string = "

\n" with open("/home/pi/CubeSatSim/groundstation/public_html/index.html", "w") as html_file: - html_file.write(heat_string) + html_file.write(heat_string) html_file.write(telem_string) html_file.write(foot_string) else: