mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Optimized file comparisons
This commit is contained in:
@@ -143,7 +143,7 @@ class Catalogue:
|
||||
"""
|
||||
db = Storage(self.db_pointer, self.config)
|
||||
stored = db.book_paths_list()
|
||||
closed = db.close()
|
||||
db.close()
|
||||
if self.books is None:
|
||||
self.filter_books()
|
||||
on_disk, in_storage = [], []
|
||||
|
||||
Reference in New Issue
Block a user