diff --git a/owrx/source/airspyhf.py b/owrx/source/airspyhf.py index 2324205..33b00df 100644 --- a/owrx/source/airspyhf.py +++ b/owrx/source/airspyhf.py @@ -1,6 +1,6 @@ -from .airspy import AirspySource +from .soapy import SoapyConnectorSource -class AirspyhfSource(AirspySource): +class AirspyhfSource(SoapyConnectorSource): def getDriver(self): return "airspyhf"