We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de77c3f + b0efded commit 60b971fCopy full SHA for 60b971f
1 file changed
src/db.py
@@ -151,7 +151,7 @@ def write_urls(self, chapter):
151
'https://www.openbookpublishers.com/books/10.11647/'
152
'{book_doi}/chapters/10.11647/{chapter_doi}')
153
full_text_url_root = (
154
- 'https://www.books.openbookpublishers.com/10.11647/'
+ 'https://books.openbookpublishers.com/10.11647/'
155
'{chapter_doi}.pdf')
156
157
username = getenv('THOTH_EMAIL')
0 commit comments