Update fc_block_decode.py fix sleep

fc-fctelem
Alan Johnston 11 months ago committed by GitHub
parent fd66322447
commit 2ae815e5e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,7 +49,7 @@ if __name__ == "__main__":
f = open('image_file','a') f = open('image_file','a')
data_block[FC_PAYLOAD + extended].tofile(f) data_block[FC_PAYLOAD + extended].tofile(f)
f.close() f.close()
sleep 60 sleep(60)
except: except:
print("File error) print("File error)
else: else:

Loading…
Cancel
Save

Powered by TurnKey Linux.