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 = ?')
|
'WHERE _id = ?')
|
||||||
t = (collectionId,)
|
t = (collectionId,)
|
||||||
cursor.execute(query, t)
|
cursor.execute(query, t)
|
||||||
debug_print('Deleted Collection: ' + collection)
|
debug_print('Deleted Collection: ' + repr(collection))
|
||||||
|
|
||||||
connection.commit()
|
connection.commit()
|
||||||
cursor.close()
|
cursor.close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user