mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:56:10 +02:00
...
This commit is contained in:
parent
93f855abe9
commit
a30f916813
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ def run(self):
|
|||
result.cover_data = f.read()
|
||||
result.cover_data = thumbnail(result.cover_data, 64, 64)[2]
|
||||
callback()
|
||||
self.tasks.task_done()
|
||||
self.tasks.task_done()
|
||||
except:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue