Silly bug
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user