mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 12:53:37 +02:00
pep8
This commit is contained in:
parent
1482591170
commit
85f5435b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -775,7 +775,7 @@ def set_readstatus(self, connection, ContentID, ReadStatus):
|
|||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue