Fix formatting

pull/120764/head
pssc 2024-07-24 13:12:58 +01:00
parent 64bcfa818c
commit f3324868d2
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def _discovery(config_info):
zones = None
for recv in rxv.find():
if recv.ctrl_url == config_info.ctrl_url:
_LOGGER.debug("Config Zones Matched %s",config_info.ctrl_url)
_LOGGER.debug("Config Zones Matched %s", config_info.ctrl_url)
zones = recv.zone_controllers()
break
if not zones: