Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-simpson committed Aug 15, 2024
1 parent c19c937 commit b2ab77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linkplay/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
return self._host

0 comments on commit b2ab77d

Please sign in to comment.