From 7ee5d92852a2fab8e40b471c19bfe097bc93ab09 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 9 Apr 2022 01:21:33 -0400 Subject: [PATCH] forgot each item needed to be in the list, no spaces --- gqrxHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gqrxHandler.py b/gqrxHandler.py index a2f1a52..222bc3d 100644 --- a/gqrxHandler.py +++ b/gqrxHandler.py @@ -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")