forgot each item needed to be in the list, no spaces

This commit is contained in:
Logan Cusano
2022-04-09 01:21:33 -04:00
parent 5a3729627b
commit 7ee5d92852

View File

@@ -109,7 +109,7 @@ class GQRXHandler(threading.Thread):
if self.GQRXProc is not None:
self.close_gqrx()
gqrx_kwargs = [f"-c drb_defaults.conf"]
gqrx_kwargs = [f"-c", "drb_defaults.conf"]
self.logger.info(f"Resetting 'crashed' option in the GQRX config")