Fix demo, update readme
This commit is contained in:
parent
db3d4ed97b
commit
d0b787c4c2
3 changed files with 11 additions and 9 deletions
2
demo.py
2
demo.py
|
@ -51,7 +51,7 @@ from pprint import pprint
|
|||
for page in my.hypothesis.get_pages()[:8]:
|
||||
print('URL: ' + page.link)
|
||||
print('Title: ' + page.title)
|
||||
print('{} annotations'.format(len(page.annotations)))
|
||||
print('{} annotations'.format(len(page.highlights)))
|
||||
print()
|
||||
'''])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue