Bot Changes
- Increased loop delay when waiting for GQRX to start
Noisegate Change
- Display whether the noisegate is active or not in the logs
This commit is contained in:
Logan Cusano
2022-04-09 02:36:48 -04:00
parent 458ab5be95
commit a483f83b4b
2 changed files with 5 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ class GQRXHandler(threading.Thread):
while not self.tel_conn:
self.create_telnet_connection()
sleep(.5)
sleep(2)
self.logger.debug(f"Waiting for GQRX to start")
self.GQRX_Started = True