We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61c1d6 commit da725b5Copy full SHA for da725b5
1 file changed
plugwise/smilecomm.py
@@ -43,7 +43,7 @@ def __init__(
43
host = f"[{host}]"
44
45
self._auth = BasicAuth(username, password=password)
46
- self._endpoint = f"http://{host}:{str(port)}"
+ self._endpoint = f"http://{host}:{str(port)}" # Sensitive
47
48
async def _request(
49
self,
0 commit comments