mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 05:53:10 +02:00
Fix #3221 (Calibre 0.6.7 and pdf ebook import on µSD card (Bookeen Opus))
This commit is contained in:
parent
d6124b6e36
commit
28f60de31e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def __init__(self, db, ids, nmap):
|
|||
self.critical = {}
|
||||
self.number_of_books_added = 0
|
||||
self.duplicates = []
|
||||
self.names, self.path, self.infos = [], [], []
|
||||
self.names, self.paths, self.infos = [], [], []
|
||||
Thread.__init__(self)
|
||||
self.daemon = True
|
||||
self.input_queue = Queue()
|
||||
|
|
|
|||
Loading…
Reference in a new issue