bugfix: blog
diff --git a/erpnext/website/blog.py b/erpnext/website/blog.py
index 918d8a5..e89e2df 100644
--- a/erpnext/website/blog.py
+++ b/erpnext/website/blog.py
@@ -116,7 +116,7 @@
 		args.get('comment_docname'), as_dict=1)[0]
 	
 	from webnotes.utils.email_lib.bulk import send
-	send(recipients=list(set(commentors + [blog['owner']]), 
+	send(recipients=list(set(commentors + [blog['owner']])), 
 		doctype='Comment', 
 		email_field='comment_by', 
 		first_name_field="comment_by_fullname",