mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-01 06:45:07 +01:00
...
This commit is contained in:
parent
984374825f
commit
233d902107
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ def update_device_collections(self, connection, booklist, collections,
|
|||
'WHERE _id = ?')
|
||||
t = (collectionId,)
|
||||
cursor.execute(query, t)
|
||||
debug_print('Deleted Collection: ' + collection)
|
||||
debug_print('Deleted Collection: ' + repr(collection))
|
||||
|
||||
connection.commit()
|
||||
cursor.close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue