BUGFIG op25

This commit is contained in:
Logan Cusano
2022-02-18 01:00:33 -05:00
parent 15ce6a7aea
commit 8a765ad58e
2 changed files with 2 additions and 2 deletions

2
bot.py
View File

@@ -301,7 +301,7 @@ class Bot(commands.Bot):
elif self.Handler == 'op25':
self.OP25Handler.set_op25_parameters(self.freq)
self.OP25Handler.start()
self.OP25Handler.open_op25()
# Set the started variable for later checks
self.sdr_started = True