Moved the main inits to when the bot is run

This commit is contained in:
Logan Cusano
2022-04-01 00:51:34 -04:00
parent e26ae52399
commit 21aacde130

View File

@@ -31,11 +31,10 @@ class GQRXHandler(threading.Thread):
self.tel_conn = None
def run(self) -> None:
self.open_gqrx()
self.create_telnet_connection()
def run(self) -> None:
while True:
if self.Start_GQRX:
self.open_gqrx()