Sony T1: Cleanup

This commit is contained in:
Kolenka 2011-10-11 19:37:06 -07:00
parent fd2df7f5a4
commit 342d189f87

View File

@ -293,8 +293,7 @@ class PRST1(USBMS):
SET title = ?, author = ?, modified_date = ?, file_size = ?
WHERE file_path = ?
'''
t = (title, author, modified_date, book.size,
lpath)
t = (title, author, modified_date, book.size, lpath)
cursor.execute(query, t)
book.bookId = db_books[lpath]
if refresh_covers: