Fix build break

This commit is contained in:
Arun Prakash Jana 2019-01-22 08:25:58 +05:30
parent ca9d27494c
commit 6f3a5e0c7a
No known key found for this signature in database
GPG Key ID: A75979F35C080412

2
buku
View File

@ -1015,7 +1015,7 @@ class BukuDb:
to_update = False to_update = False
if not title or title == '': if not title or title == '':
LOGERR(blank_url_str % row[0]) LOGERR(blank_url_str, row[0])
else: else:
query += ' metadata = ?,' query += ' metadata = ?,'
arguments += (title,) arguments += (title,)