From b2ab77d7e49513ce051e4e60e9020381106bf87b Mon Sep 17 00:00:00 2001 From: Dan Simpson Date: Thu, 15 Aug 2024 16:13:06 +1000 Subject: [PATCH] Test fix --- src/linkplay/endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linkplay/endpoint.py b/src/linkplay/endpoint.py index 7dbc234..2921648 100644 --- a/src/linkplay/endpoint.py +++ b/src/linkplay/endpoint.py @@ -57,4 +57,4 @@ async def json_request(self, command: str) -> dict[str, str]: return await call_tcpuart_json(self._host, command) def __str__(self) -> str: - return self._endpoint \ No newline at end of file + return self._host \ No newline at end of file