From b0b9d38bb6ed7a9bf0348fab6d04a0525469884a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 22 Feb 2025 08:52:10 -0500 Subject: [PATCH] Update transmit.py don't print checking file --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index c4dfdf2e..aa723a76 100644 --- a/transmit.py +++ b/transmit.py @@ -773,7 +773,7 @@ if __name__ == "__main__": sleep(4.2) else: # FunCube mode image for i in range(4): - print("Checking image_file.bin") +# print("Checking image_file.bin") try: file = open("/home/pi/CubeSatSim/image_file.bin") file.close()