Update frequency.py indent

master-bd
Alan Johnston 3 weeks ago committed by GitHub
parent 97d21833ad
commit 2b30f7e0fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -336,16 +336,16 @@ try:
# print("squelch set to 8, no command input!")
# no_command = True
# else:
no_command = False
print(no_command)
no_command = False
print(no_command)
except Exception as e:
print(f"An error occurred: {e}")
if (debug_mode == 1):
print("Can't read sim.cfg file")
print(f"An error occurred: {e}")
if (debug_mode == 1):
print("Can't read sim.cfg file")
file.close()
except Exception as e:
print(f"An error occurred: {e}")
except Exception as e:
print(f"An error occurred: {e}")
if (doppler_mode == 'off'):
tx_freq_hz = txf * 1000

Loading…
Cancel
Save

Powered by TurnKey Linux.