From 838bd3edce401bdf44a20e93ebd0b511b24acca8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 12 Oct 2025 09:55:55 -0700 Subject: [PATCH] Update radio.py oops --- modules/radio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/radio.py b/modules/radio.py index 3678c78..09be9f7 100644 --- a/modules/radio.py +++ b/modules/radio.py @@ -7,10 +7,10 @@ previousVoxState = False from modules.log import * - +import asyncio if radio_detection_enabled: import socket - import asyncio + if voxDetectionEnabled: voxHoldTime = signalHoldTime