Update fc_block_decode.py remove image_file at start

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent 6646b25810
commit 2ec0907c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,7 @@ extended = 1
image_count = random.randint(0, 255)
image_index = 0;
system("sudo rm image_file")
if __name__ == "__main__":
debug_mode = False

Loading…
Cancel
Save

Powered by TurnKey Linux.