Moved the main inits to when the bot is run
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user