Skip to content

Commit 10e9e2a

Browse files
committed
Fix
1 parent bee2264 commit 10e9e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
websession,
5858
username,
5959
port,
60-
self._timeout,
60+
timeout,
6161
)
6262

6363
self._host = host

0 commit comments

Comments
 (0)