From d9a1174cf3276c244cc618bbb874ad5047d76bbe Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:42:59 -0400 Subject: [PATCH] Remove comment --- pyhilo/websocket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhilo/websocket.py b/pyhilo/websocket.py index 7af61b4..ee2b6fc 100755 --- a/pyhilo/websocket.py +++ b/pyhilo/websocket.py @@ -281,7 +281,7 @@ async def async_connect(self) -> None: try: self._client = await self._api.session.ws_connect( URL( - self._api.full_ws_url, #self._api.full_ws_url.replace("/DeviceHub", "%2FDeviceHub") + self._api.full_ws_url, encoded=True, ), heartbeat=55,