Fix silly typo/copy-paste

This commit is contained in:
Timothy Legge 2010-08-24 21:40:31 -03:00
parent 19bcbb713f
commit 238b06dfc4

View File

@ -193,7 +193,7 @@ class KOBO(USBMS):
connection.commit() connection.commit()
cursor.close() cursor.close()
if ImageID != None: if ImageID == None:
print "Error condition ImageID was not found" 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" print "You likely tried to delete a book that the kobo has not yet added to the database"