From ba5613cf62ab69543cc96b0ccbcff486b8e99afe Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 5 Dec 2019 20:57:03 +0100 Subject: [PATCH] fix quoting --- owrx/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/source.py b/owrx/source.py index 389c838..fb1127c 100644 --- a/owrx/source.py +++ b/owrx/source.py @@ -585,7 +585,7 @@ class SdrplayConnectorSource(SoapyConnectorSource): def getCommand(self): cmd = ( "soapy_connector -p {port} -c {controlPort}".format(port=self.port, controlPort=self.controlPort) - + ' -s {samp_rate} -f {tuner_freq} -g "{rf_gain}" -P {ppm} -a "{antenna}" -d "{device"}' + + ' -s {samp_rate} -f {tuner_freq} -g "{rf_gain}" -P {ppm} -a "{antenna}" -d "{device}"' ) values = self.getCommandValues() if values["iqswap"]: