Avoid barfing a complaint on exit

This commit is contained in:
Dan Smith 2009-04-25 11:05:20 -07:00
parent 01a5e3faa4
commit ffe649de13

View file

@ -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