pull/94/head
eric 2020-08-09 20:35:40 -04:00
parent a22254496a
commit b68477755c
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ def harvest_nomos(ebook):
dl_url = urljoin(ebook.url, obj['href'])
return make_dl_ebook(dl_url, ebook)
else:
logger.warning('will try stabling a book for %s', ebook.url)
logger.warning('will try stapling a book for %s', ebook.url)
# staple the chapters
chaps = doc.select('li.access[data-doi]')