diff --git a/src/db.py b/src/db.py index fb3042e..176db51 100644 --- a/src/db.py +++ b/src/db.py @@ -151,7 +151,7 @@ def write_urls(self, chapter): 'https://www.openbookpublishers.com/books/10.11647/' '{book_doi}/chapters/10.11647/{chapter_doi}') full_text_url_root = ( - 'https://www.books.openbookpublishers.com/10.11647/' + 'https://books.openbookpublishers.com/10.11647/' '{chapter_doi}.pdf') username = getenv('THOTH_EMAIL')