Update fc_block_decode.py tabs

fc-c
Alan Johnston 10 months ago committed by GitHub
parent 1d146aff14
commit eaa8a65acd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -147,7 +147,7 @@ if __name__ == "__main__":
print("End of image") print("End of image")
if (image_id != 256): if (image_id != 256):
print("Saving complete image") print("Saving complete image")
system_and_print("cp " html_dir + "image_file.jpeg" + " " + html_dir + "images/" + image + str(image_id) + "." + str(image_count) + ".jpeg") system_and_print("cp " html_dir + "image_file.jpeg " + html_dir + "images/" + image + str(image_id) + "." + str(image_count) + ".jpeg")
system_and_print("sudo rm " + image_dir + image) system_and_print("sudo rm " + image_dir + image)
# newfilename = image_dir + image + str(new_image_id) + ".jpeg" # newfilename = image_dir + image + str(new_image_id) + ".jpeg"
# system_and_print(ssdv + image_dir + image + " " + filename) # system_and_print(ssdv + image_dir + image + " " + filename)

Loading…
Cancel
Save

Powered by TurnKey Linux.