From 3e45ccb7e590dd08ed235e908c97f52a98a4d958 Mon Sep 17 00:00:00 2001 From: Pelle Nilsson Date: Sun, 3 Jun 2018 19:59:05 +0200 Subject: [PATCH] Fix whitespace issue --- isso/views/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/views/comments.py b/isso/views/comments.py index 366736f..15b16e8 100644 --- a/isso/views/comments.py +++ b/isso/views/comments.py @@ -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', '/')),