Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ic-dev21 committed Oct 31, 2024
1 parent 6582953 commit d9a1174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhilo/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d9a1174

Please sign in to comment.