add_result.py
branchxbelweb
changeset 33 db91081e5a78
parent 21 345ee7421989
child 43 4d194fce51e1
--- a/add_result.py	Tue Oct 07 00:06:23 2003 -0400
+++ b/add_result.py	Tue Oct 07 00:07:32 2003 -0400
@@ -61,5 +61,5 @@
 	db.update_bookmark(bk)
 	id = bk.id
       db.update_keywords(id, kw)
-      kw = map(lambda e: { 'keyword': e[1] }, db.get_keywords(id)[1:])
+      kw = map(lambda e: { 'keyword': e[1] }, db.get_keywords([id])[1:])
       main(bk, kw)