mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
syntax
This commit is contained in:
@@ -285,7 +285,7 @@ class Catalogue:
|
||||
cover = book_zip.open(list(filter(self.cover_regx.search, book["files"]))[0])
|
||||
cover = book_zip.read(cover.name)
|
||||
return cover
|
||||
except Error as e:
|
||||
except Exception as e:
|
||||
return False
|
||||
|
||||
def compare_shelf_current(self):
|
||||
|
||||
Reference in New Issue
Block a user