Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 0aed6ed

Browse files
authored
Update README.md
1 parent 763a4f3 commit 0aed6ed

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ from seamapi import Seam
1616
# export SEAM_API_KEY=***
1717
seam = Seam()
1818

19-
some_lock = seam.locks.get(
20-
name="Front Door",
21-
location="123 Amy Lane"
22-
)
19+
some_lock = seam.locks.list()[0]
20+
21+
# TODO this syntax soon
22+
#some_lock = seam.locks.get(
23+
# name="Front Door",
24+
# location="123 Amy Lane"
25+
#)
2326

2427
seam.locks.lock_door(some_lock)
2528
```

0 commit comments

Comments
 (0)