mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
pep8
This commit is contained in:
parent
1482591170
commit
85f5435b9d
@ -775,7 +775,7 @@ class KOBO(USBMS):
|
|||||||
|
|
||||||
if not ReadStatus == current_ReadStatus:
|
if not ReadStatus == current_ReadStatus:
|
||||||
t = (ReadStatus, datelastread, ContentID,)
|
t = (ReadStatus, datelastread, ContentID,)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
cursor.execute('update content set ReadStatus=?,FirstTimeReading=\'false\',DateLastRead=? where BookID is Null and ContentID = ?', t)
|
cursor.execute('update content set ReadStatus=?,FirstTimeReading=\'false\',DateLastRead=? where BookID is Null and ContentID = ?', t)
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user