mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 08:14:19 +02:00
Fix silly typo/copy-paste
This commit is contained in:
parent
19bcbb713f
commit
238b06dfc4
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ def delete_via_sql(self, ContentID, ContentType):
|
|||
connection.commit()
|
||||
|
||||
cursor.close()
|
||||
if ImageID != None:
|
||||
if ImageID == None:
|
||||
print "Error condition ImageID was not found"
|
||||
print "You likely tried to delete a book that the kobo has not yet added to the database"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue