From 0a02ae860e165f57b34f9337371758f7141aa142 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 11 Oct 2025 22:21:09 -0700 Subject: [PATCH] Update radio.py --- modules/radio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/radio.py b/modules/radio.py index e6ed060..51c1a2e 100644 --- a/modules/radio.py +++ b/modules/radio.py @@ -7,11 +7,11 @@ voxHoldTime = signalHoldTime previousVoxState = False +from modules.log import * if radio_detection_enabled: import socket import asyncio - from modules.log import * if voxDetectionEnabled: try: