Update fc_block_decode.py fix whitespace

fc-7
Alan Johnston 10 months ago committed by GitHub
parent 6a82b8c804
commit 21d56b5c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -100,7 +100,7 @@ if __name__ == "__main__":
telem_string = "\nSequence number: " + str(sequence) + "\nImage ID: " + str(image_id) + " count: " + str(image_count)
foot_string = "</p>\n</HTML>"
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:

Loading…
Cancel
Save

Powered by TurnKey Linux.