mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a708a7ad32
commit
fe5152af36
@ -852,7 +852,6 @@ class KOBO(USBMS):
|
|||||||
if os.path.exists(fpath):
|
if os.path.exists(fpath):
|
||||||
with open(cover, 'rb') as f:
|
with open(cover, 'rb') as f:
|
||||||
data = f.read()
|
data = f.read()
|
||||||
f.close()
|
|
||||||
|
|
||||||
# Return the data resized and in Grayscale if
|
# Return the data resized and in Grayscale if
|
||||||
# required
|
# required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user