This commit is contained in:
Kovid Goyal 2017-10-05 16:09:03 +05:30
parent 1482591170
commit 85f5435b9d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -775,7 +775,7 @@ class KOBO(USBMS):
if not ReadStatus == current_ReadStatus:
t = (ReadStatus, datelastread, ContentID,)
try:
cursor.execute('update content set ReadStatus=?,FirstTimeReading=\'false\',DateLastRead=? where BookID is Null and ContentID = ?', t)
except: