From 685a996406bccf0e644b6fa4b1d37e78f68f076a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 13 Jul 2026 13:29:40 -0400 Subject: [PATCH] Update transmit.py sleep 15 --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index 460457f6..6f7fbb4b 100644 --- a/transmit.py +++ b/transmit.py @@ -948,8 +948,8 @@ if __name__ == "__main__": doppler_table = iss_doppler_passes[TARGET_PASS] print(f"Pass Max Elevation: {TARGET_PASS}°") - print("Sleeping 10 seconds") - sleep(10) # avoid jumping around at start + print("Sleeping 15 seconds") + sleep(15) # avoid jumping around at start sim_failure_check() if (hab_mode == True) and (mode == 'a'):