Silly bug

This commit is contained in:
Logan Cusano
2022-04-01 01:05:57 -04:00
parent b972d09a65
commit fd62da0c6f

View File

@@ -91,7 +91,7 @@ class GQRXHandler(threading.Thread):
self.GQRXProc = subprocess.Popen(gqrx_kwargs, executable=self.GQRXEXE, shell=False, cwd=self.GQRXDir)
while not self.tel_conn():
while not self.tel_conn:
sleep(.5)
def close_gqrx(self):