mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:43:39 +02:00
...
This commit is contained in:
parent
a708a7ad32
commit
fe5152af36
1 changed files with 0 additions and 1 deletions
|
|
@ -852,7 +852,6 @@ def _upload_cover(self, path, filename, metadata, filepath, uploadgrayscale):
|
|||
if os.path.exists(fpath):
|
||||
with open(cover, 'rb') as f:
|
||||
data = f.read()
|
||||
f.close()
|
||||
|
||||
# Return the data resized and in Grayscale if
|
||||
# required
|
||||
|
|
|
|||
Loading…
Reference in a new issue