Update fc_block_decode.py add pre

fc-c
Alan Johnston 12 months ago committed by GitHub
parent 5c584f62ca
commit fb5c4dfade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -162,14 +162,14 @@ if __name__ == "__main__":
with open(html_dir + "index.html", "w") as html_file:
html_file.write(head_string)
html_file.write(telem_string)
html_file.write("<br>")
html_file.write("<br><pre>")
with open(html_dir + "/images/telem.csv.txt", "r") as csv_file:
for line in csv_file:
html_file.write(line)
html_file.write("<br>")
tlm_string = fstr(csv_format)
html_file.write(tlm_string)
html_file.write("<br>")
html_file.write("</pre><br>")
html_file.write(foot_string)
else:
print("Payload not an image!")

Loading…
Cancel
Save

Powered by TurnKey Linux.