This commit is contained in:
Arun Prakash Jana 2016-03-16 23:36:39 +05:30
commit ab17bd0127

3
buku
View File

@ -144,6 +144,9 @@ def AddUpdateEntry(conn, cur, keywords, index):
else:
tag = tag.strip(',')
if tag == ',':
continue
if tags[-1] == ',':
tags += tag
else: