tools v5.5.1

This commit is contained in:
Apprentice Alf
2012-12-24 14:55:19 +00:00
parent 9fda194391
commit 0c03820db7
5 changed files with 45 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ def getK4PCpids(path_to_ebook):
mobi = False
if mobi:
mb = mobidedrm.MobiBook(path_to_ebook,False)
mb = mobidedrm.MobiBook(path_to_ebook)
else:
mb = topazextract.TopazBook(path_to_ebook)