do not export email field

This commit is contained in:
Martin Zimmermann 2014-08-11 10:39:07 +02:00
parent 1a4b252bfe
commit c8acd461d3

View File

@ -88,7 +88,7 @@ def xhr(func):
class API(object):
FIELDS = set(['id', 'parent', 'text', 'author', 'website', 'email',
FIELDS = set(['id', 'parent', 'text', 'author', 'website',
'mode', 'created', 'modified', 'likes', 'dislikes', 'hash'])
# comment fields, that can be submitted