From 3c844e71fa1592ad847eddf85ac122f61189be6f Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Fri, 18 Feb 2022 01:10:52 -0500 Subject: [PATCH] BUGFIG op25 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index e7d082b..78261bb 100644 --- a/bot.py +++ b/bot.py @@ -301,7 +301,7 @@ class Bot(commands.Bot): elif self.Handler == 'op25': self.OP25Handler.set_op25_parameters(self.freq) - self.OP25Handler.open_op25() + self.OP25Handler.start() # Set the started variable for later checks self.sdr_started = True