From d650ae43508ea36c86722a4519784a682304fd9d Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Wed, 30 Mar 2022 01:35:43 -0400 Subject: [PATCH] Never updated the global sensitivity, so the profile would be updated with this value --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index dc2da80..c33f2b6 100644 --- a/bot.py +++ b/bot.py @@ -172,6 +172,7 @@ class Bot(commands.Bot): await ctx.send(f"Ok {str(member).capitalize()}, I'm changing the threshold from " f"{self.streamHandler.THRESHOLD} to {_threshold}") self.streamHandler.THRESHOLD = _threshold + self.noisegate_sensitivity = _threshold if self.sdr_started: await self.set_activity()