From 6f022c8f4ccd1aeb0ab6a799bf4dd03f83b631d8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 6 Feb 2025 15:49:15 -0500 Subject: [PATCH] Update fc_block_decode.py remove close and sleep --- groundstation/fc_block_decode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index ff767e14..c3424e9f 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -55,8 +55,8 @@ if __name__ == "__main__": print(immutable_payload) with open("image_file", "ab") as binary_file: binary_file.write(immutable_payload) - binary_file.close() - sleep(60) +# binary_file.close() +# sleep(60) except: print("File error") else: