From 3da3fbb010699ab27eafc904743e0b43b17ac4a9 Mon Sep 17 00:00:00 2001 From: kanjoe24 <165808281+kanjoe24@users.noreply.github.com> Date: Tue, 21 Jul 2026 15:49:20 +0000 Subject: [PATCH] Fix virtual cec --- framework/core/hdmicecModules/virtualCECController.py | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/hdmicecModules/virtualCECController.py b/framework/core/hdmicecModules/virtualCECController.py index 1f57ac7..7792887 100644 --- a/framework/core/hdmicecModules/virtualCECController.py +++ b/framework/core/hdmicecModules/virtualCECController.py @@ -94,6 +94,7 @@ def __init__(self, adaptor: str, logger: logModule, streamLogger: StreamToFile, except Exception as e: self._log.critical(f"Failed to load device configuration: {e}") raise + self.start() def loadCecDeviceNetworkConfiguration(self, configString: str): """