another cbz fix
This commit is contained in:
parent
4e4b853416
commit
3b438010d6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def cover(path):
|
|||
return data
|
||||
files = [f.filename for f in z.filelist]
|
||||
if files:
|
||||
cover = ox.sortedstrings(files)[0]
|
||||
cover = ox.sorted_strings(files)[0]
|
||||
try:
|
||||
data = z.read(cover)
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue