We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374c10 commit 12d576cCopy full SHA for 12d576c
plugwise/__init__.py
@@ -47,14 +47,13 @@ def __init__(
47
password: str,
48
websession: aiohttp.ClientSession,
49
port: int = DEFAULT_PORT,
50
- timeout = DEFAULT_LEGACY_TIMEOUT,
51
username: str = DEFAULT_USERNAME,
52
) -> None:
53
"""Set the constructor for this class."""
54
self._host = host
55
self._password = password
56
self._port = port
57
- self._timeout = timeout
+ self._timeout = DEFAULT_LEGACY_TIMEOUT
58
self._username = username
59
self._websession = websession
60
super().__init__(
0 commit comments