Skip to content

Commit c69270a

Browse files
authored
Fix readme code sample
1 parent ca9b1b3 commit c69270a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Commands:
3535
from karcher.karcher import KarcherHome
3636

3737
kh = KarcherHome()
38-
sess = kh.login("user@email", "password")
39-
devices = hk.get_devices(sess)
38+
kh.login("user@email", "password")
39+
devices = hk.get_devices()
4040
```
4141

4242
## License

0 commit comments

Comments
 (0)