mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
984374825f
commit
233d902107
@ -687,7 +687,7 @@ class PRST1(USBMS):
|
||||
'WHERE _id = ?')
|
||||
t = (collectionId,)
|
||||
cursor.execute(query, t)
|
||||
debug_print('Deleted Collection: ' + collection)
|
||||
debug_print('Deleted Collection: ' + repr(collection))
|
||||
|
||||
connection.commit()
|
||||
cursor.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user