mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
Avoid barfing a complaint on exit
This commit is contained in:
parent
01a5e3faa4
commit
ffe649de13
1 changed files with 1 additions and 1 deletions
2
rpttool
2
rpttool
|
|
@ -142,7 +142,7 @@ Current Setting: %.5f
|
|||
freq = read_freq()
|
||||
elif cmd == "2":
|
||||
freq = read_freq()
|
||||
else:
|
||||
elif cmd != "3":
|
||||
print "Invalid entry"
|
||||
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue