Update fc_block_decode.py exit

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

@ -62,7 +62,7 @@ with open(html_dir + "/images/telem.csv.txt", "w+") as csv_file:
image_id = 256 # set illegal image ID for null # random.randint(0, 255)
image_count = 1;
return
sys.exit()
if __name__ == "__main__":
debug_mode = False

Loading…
Cancel
Save

Powered by TurnKey Linux.