Implement OP25 Handler #3

Merged
logan merged 34 commits from OP25_Handler into master 2022-02-18 20:47:10 -05:00
Showing only changes of commit 570d09fe45 - Show all commits

1
bot.py
View File

@@ -312,6 +312,7 @@ class Bot(commands.Bot):
# Wait for the running processes to close
if self.Handler == 'op25':
self.OP25Handler.close_op25()
self.OP25Handler.join()
# Need a way to 'close' GQRX
self.sdr_started = False