mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix isbndb.exe unicode error on windows.
This commit is contained in:
parent
a05d1b3614
commit
8eb9b269e4
@ -140,7 +140,7 @@ def main(args=sys.argv):
|
||||
return 1
|
||||
|
||||
for book in create_books(opts, args):
|
||||
print unicode(book)
|
||||
print unicode(book).encode('utf-8')
|
||||
|
||||
return 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user