Skip to content

Commit

Permalink
Merge branch 'release/0.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhigman committed Aug 2, 2023
2 parents de77c3f + b0efded commit 60b971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 60b971f

Please sign in to comment.