Update fc_block_decode.py just label string

fc-c
Alan Johnston 10 months ago committed by GitHub
parent 5b00e5c62b
commit 20ad7208bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,7 +60,7 @@ with open(html_dir + "index.html", "w+") as html_file:
with open(html_dir + "/images/telem.csv.txt", "w+") as csv_file: with open(html_dir + "/images/telem.csv.txt", "w+") as csv_file:
# csv_file.write(csv_format) # csv_file.write(csv_format)
csv_file.write(label_string_html) csv_file.write(label_string)
csv_file.write("\n") csv_file.write("\n")
image_id = 256 # set illegal image ID for null # random.randint(0, 255) image_id = 256 # set illegal image ID for null # random.randint(0, 255)

Loading…
Cancel
Save

Powered by TurnKey Linux.