This commit is contained in:
Arun Prakash Jana 2019-01-22 02:10:07 +05:30
parent f774fc40ac
commit ca9d27494c
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
if not title or title == '':
print(blank_url_str % row[0])
LOGERR(blank_url_str % row[0])
else:
query += ' metadata = ?,'
arguments += (title,)