trouble with mobis when title is unicode?

pull/46/head
eric 2017-12-27 12:20:56 -05:00
parent cf093c945d
commit 72ae3c73a5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Command(BaseCommand):
ebf = ebook.get_archive_ebf()
if ebf:
try:
print 'making mobi for {}'.format(work.title)
print u'making mobi for {}'.format(work.title)
if ebf.make_mobi():
print 'made mobi'
i = i + 1