Fix socket handling

This commit is contained in:
pvizeli 2017-03-29 12:26:04 +02:00
parent 68534e62ef
commit 611b0bebbf

View File

@ -29,7 +29,7 @@ class HostControll(object):
if not self.active:
return
reader, writer = await self.loop.create_unix_connection(SOCKET_HC)
reader, writer = await self.loop.open_unix_connection(SOCKET_HC)
# send
_LOGGER.info("Send '%s' to HostControll.", command)