Update fc_block_decode.py remove close and sleep

fc-fctelem
Alan Johnston 11 months ago committed by GitHub
parent 3f8c26bebc
commit 6f022c8f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,8 +55,8 @@ if __name__ == "__main__":
print(immutable_payload) print(immutable_payload)
with open("image_file", "ab") as binary_file: with open("image_file", "ab") as binary_file:
binary_file.write(immutable_payload) binary_file.write(immutable_payload)
binary_file.close() # binary_file.close()
sleep(60) # sleep(60)
except: except:
print("File error") print("File error")
else: else:

Loading…
Cancel
Save

Powered by TurnKey Linux.