Skip to content

Commit 5fec6d9

Browse files
author
matteo baccan
committed
Update cover image to alternative 4 in PDF generation
1 parent 967751a commit 5fec6d9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1.05 MB
Loading

book/ebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def convert_markdown_to_pdf( lang = 'it' ):
188188
toc.levelStyles = [h1, h2, h3, h4]
189189

190190
# Copertina
191-
cover_image = Image(os.path.join('cover/Path to senior developer - alternative 3.png'), width=9*inch, height=11*inch)
191+
cover_image = Image(os.path.join('cover/Path to senior developer - alternative 4.png'), width=9*inch, height=11*inch)
192192
elements.append(cover_image)
193193
add_page(elements)
194194

0 commit comments

Comments
 (0)