Skip to content

Commit da725b5

Browse files
committed
Mark use of http as sensitive
1 parent f61c1d6 commit da725b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smilecomm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
host = f"[{host}]"
4444

4545
self._auth = BasicAuth(username, password=password)
46-
self._endpoint = f"http://{host}:{str(port)}"
46+
self._endpoint = f"http://{host}:{str(port)}" # Sensitive
4747

4848
async def _request(
4949
self,

0 commit comments

Comments
 (0)