Fix formatting
parent
64bcfa818c
commit
f3324868d2
|
@ -132,7 +132,7 @@ def _discovery(config_info):
|
||||||
zones = None
|
zones = None
|
||||||
for recv in rxv.find():
|
for recv in rxv.find():
|
||||||
if recv.ctrl_url == config_info.ctrl_url:
|
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()
|
zones = recv.zone_controllers()
|
||||||
break
|
break
|
||||||
if not zones:
|
if not zones:
|
||||||
|
|
Loading…
Reference in New Issue