Update fc_block_decode.py fix sleep

fc-fctelem
Alan Johnston 10 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')
data_block[FC_PAYLOAD + extended].tofile(f)
f.close()
sleep 60
sleep(60)
except:
print("File error)
else:

Loading…
Cancel
Save

Powered by TurnKey Linux.