Update noaacapture.py

fix typo in call
This commit is contained in:
Dr Paul Brewer 2014-09-26 03:26:31 -04:00
parent 01e3624655
commit 19b62bf666
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def transcode(fname):
subprocess.call(cmdline)
def recordWAV(freq,fname,duration):
recordFM48k(freq,fname,duration)
recordFM(freq,fname,duration)
transcode(fname)
def spectrum(fname,duration):