From af69b00d62bb7fff6e0b06bbef44c37f2c8ee765 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 18 Jun 2026 15:50:10 -0400 Subject: [PATCH] Update transmit.py fix indent --- transmit.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/transmit.py b/transmit.py index 351a9c32..f7a8f2e8 100644 --- a/transmit.py +++ b/transmit.py @@ -1166,15 +1166,14 @@ if __name__ == "__main__": doppler_shift = third_row["doppler_434"] uhf_freq = third_row["obs_434_mhz"] - print(f"Pass Elevation: {TARGET_PASS}°") + print(f"Pass Elevation: {TARGET_PASS}°") # print(f"Time Index: {TIME_FROM_START} seconds from start (Relative: {relative_time_index}s)") - print(f"Time Index: {index}") - print(f"Extracted Doppler Shift (434.9 MHz): {doppler_shift} kHz") + print(f"Time Index: {index}") + print(f"Extracted Doppler Shift (434.9 MHz): {doppler_shift} kHz") except KeyError: - print("Error: The requested pass elevation or time index does not exist in the database.") - - + print("Error: The requested pass elevation or time index does not exist in the database.") + while True: if (input(squelch) == False) and (command_tx == True): tx_doppler_shift_hz = ((time.perf_counter() - start_time) * 100) % 20000