V3_GQRX_Improvements #11

Merged
logan merged 36 commits from V3_GQRX_Improvements into master 2022-04-16 20:52:44 -04:00
Showing only changes of commit 7ee5d92852 - Show all commits

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")