diff --git a/bot.py b/bot.py index c71541b..78261bb 100644 --- a/bot.py +++ b/bot.py @@ -301,6 +301,7 @@ class Bot(commands.Bot): elif self.Handler == 'op25': self.OP25Handler.set_op25_parameters(self.freq) + self.OP25Handler.start() # Set the started variable for later checks self.sdr_started = True diff --git a/op25Handler.py b/op25Handler.py index 934ff47..225cbaf 100644 --- a/op25Handler.py +++ b/op25Handler.py @@ -21,7 +21,7 @@ class OP25Handler(threading.Thread): if self.OP25Proc is not None: self.close_op25() - print(f"Starting OBS") + print(f"Starting OP25") os.chdir(self.OP25Dir) self.OP25Proc = subprocess.Popen([f"./rx.py", "--args", "'rtl'", "-N", "'LNA:49'", "-s", "200000", "-o",