Update program_fm.py fix more indents

fiabv4-auto-tune-fm
Alan Johnston 1 month ago committed by GitHub
parent 5bb7950848
commit 17dc154d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,7 +5,7 @@ if __name__ == "__main__":
txf = 434.9
rxf = 435
if (len(sys.argv)) > 1:
print("There are arguments!")
print("There are arguments!")
txf = float(sys.argv[1])
if (len(sys.argv)) > 2:
rxf = loat(sys.argv[2])

Loading…
Cancel
Save

Powered by TurnKey Linux.