do not export email field

pull/127/head
Martin Zimmermann 10 years ago
parent 1a4b252bfe
commit c8acd461d3

@ -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

Loading…
Cancel
Save