mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-18 20:56:12 +01:00
pep8
This commit is contained in:
parent
06d0ba341b
commit
6ab2331f93
1 changed files with 1 additions and 1 deletions
|
|
@ -2900,7 +2900,7 @@ def delete_empty_bookshelves(self, connection):
|
|||
ignore_collections_values.extend(self.ignore_collections_names)
|
||||
debug_print("KoboTouch:delete_empty_bookshelves - ignore_collections_in=", ignore_collections_placeholder)
|
||||
debug_print("KoboTouch:delete_empty_bookshelves - ignore_collections=", ignore_collections_values)
|
||||
|
||||
|
||||
delete_query = ("DELETE FROM Shelf "
|
||||
"WHERE Shelf._IsSynced = 'false' "
|
||||
"AND Shelf.InternalName not in ('Shortlist', 'Wishlist'" + ignore_collections_placeholder + ") "
|
||||
|
|
|
|||
Loading…
Reference in a new issue