diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 8fc592a8..523c816d 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -51,6 +51,6 @@ if __name__ == "__main__": f.close() sleep(60) except: - print("File error) + print("File error") else: print("Unknown Sat Id or Frame")