Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Oct 13, 2021
1 parent e41afe5 commit 1319a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ If you need full lease information, you can also query the full lease directly b

```
lease = omapi.lookup_by_lease(mac="24:79:2a:0a:13:c0")
for k, v in res.items():
for k, v in lease.items():
print("%s: %s" % (k, v))
```

Expand Down

0 comments on commit 1319a33

Please sign in to comment.