From 8794ba805b7c4a1e001399d011e21f4348304f65 Mon Sep 17 00:00:00 2001 From: ExploracuriousAlex Date: Wed, 12 Feb 2025 18:28:34 +0000 Subject: [PATCH] fix commented-out code --- myskoda/mqtt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/myskoda/mqtt.py b/myskoda/mqtt.py index a184777..c3c7b18 100644 --- a/myskoda/mqtt.py +++ b/myskoda/mqtt.py @@ -172,7 +172,6 @@ async def _connect_and_listen(self) -> None: _LOGGER.info("Connected to MQTT") _LOGGER.debug("using MQTT client %s", client) for vin in self.vehicle_vins: - # await client.subscribe(f"{self.user_id}/{vin}/#") for topic in MQTT_OPERATION_TOPICS: await client.subscribe( f"{self.user_id}/{vin}/operation-request/{topic}"