Fix whitespace issue

This commit is contained in:
Pelle Nilsson 2018-06-03 19:59:05 +02:00
parent 9b2a56e467
commit 3e45ccb7e5

View File

@ -100,7 +100,7 @@ class API(object):
'mode', 'created', 'modified', 'likes', 'dislikes', 'hash', 'gravatar_image', 'notification'])
# comment fields, that can be submitted
ACCEPT = set(['text', 'author', 'website', 'email', 'parent', 'title', 'notification'])
ACCEPT = set(['text', 'author', 'website', 'email', 'parent', 'title', 'notification'])
VIEWS = [
('fetch', ('GET', '/')),