various CI updates

This commit is contained in:
Dima Gerasimov 2020-01-24 10:37:42 +00:00 committed by Dmitrii Gerasimov
parent 7d56d85731
commit 6787c9c0d6
5 changed files with 25 additions and 11 deletions

View file

@ -50,7 +50,7 @@ pages = my.hypothesis.get_pages()
from itertools import islice
for page in islice(pages, 0, 8):
print('URL: ' + page.link)
print('URL: ' + page.url)
print('Title: ' + page.title)
print('{} annotations'.format(len(page.highlights)))
print()