Merge pull request #65 from ouzklcn/master

add fix for #64 kindlegen conversation error
pull/85/head
Jan B 8 years ago committed by GitHub
commit 7f033e9fe3

@ -103,6 +103,8 @@ def send_mail(book_id, kindle_mail):
filepath = make_mobi(book.id)
if filepath is not None:
msg.attach(get_attachment(filepath))
elif filepath is None:
return "Could not convert epub to mobi"
elif 'pdf' in formats:
msg.attach(get_attachment(formats['pdf']))
elif 'pdf' in formats:

Loading…
Cancel
Save