rx.py AF modes bugfix

This commit is contained in:
Max 2017-11-09 21:12:46 -05:00
parent 8fc1995181
commit 43a70b67db
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class p25_rx_block (gr.top_block):
self.fft_sink = None
self.src = None
if not options.input:
if (not options.input) and (not options.audio) and (not options.audio_if):
# check if osmocom is accessible
try:
import osmosdr