Skip to content

Commit 60b971f

Browse files
committed
Merge branch 'release/0.0.9'
2 parents de77c3f + b0efded commit 60b971f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def write_urls(self, chapter):
151151
'https://www.openbookpublishers.com/books/10.11647/'
152152
'{book_doi}/chapters/10.11647/{chapter_doi}')
153153
full_text_url_root = (
154-
'https://www.books.openbookpublishers.com/10.11647/'
154+
'https://books.openbookpublishers.com/10.11647/'
155155
'{chapter_doi}.pdf')
156156

157157
username = getenv('THOTH_EMAIL')

0 commit comments

Comments
 (0)