From 570d09fe450df77d3d3dbe335f44fb0ce74da0f1 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Fri, 18 Feb 2022 01:31:51 -0500 Subject: [PATCH] BUGFIG bot - Doesn't close properly --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 65325d8..e1d686d 100644 --- a/bot.py +++ b/bot.py @@ -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