Update radio.py

This commit is contained in:
SpudGunMan
2025-10-14 12:19:13 -07:00
parent 843320d268
commit d8423584d4
-1
View File
@@ -147,7 +147,6 @@ def checkVoxTrapWords(text):
if idx != -1:
# Remove everything before and including the trap word
new_text = text[idx + len(trap_clean):].strip()
logger.debug(f"RadioMon: VOX detected trap word '{trap_lower}' in: '{text}' (remaining: '{new_text}')")
words = new_text.lower().split()
for word in words:
if word in botMethods: