forgot each item needed to be in the list, no spaces
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user