Skip to content

Commit

Permalink
fix commented-out code (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExploracuriousAlex authored Feb 12, 2025
1 parent 7eaeea0 commit 93915c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion myskoda/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 93915c1

Please sign in to comment.