Update fc_block_decode.py 2nd pos

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent 309fd5b9f0
commit a118f2142b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,7 +83,7 @@ if __name__ == "__main__":
print("\nImage ID found!\n")
image_id_string = line.split()
print(image_id_string)
new_image_count = int(image_id_string[3], 16)
new_image_count = int(image_id_string[2], 16)
if (new_image_count != image_count):
image_count = new_image_coount
print("End of image")

Loading…
Cancel
Save

Powered by TurnKey Linux.