Try fix webhook

This commit is contained in:
Mattallmighty 2021-11-13 10:11:39 +11:00
parent 1ad9a1ad1c
commit adfea1d9fa
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class QLCWebsocketClient:
"""Connect to the WebSocket."""
while True:
try:
self.websocket = await aiohttp.ClientSession.ws_connect(url=self.url)
self.websocket = await aiohttp.ClientSession.ws_connect(self.domain)
return True
except aiohttp.client_exceptions.ClientConnectorError:
_LOGGER.info(