From 6cd8341a2f82271ee0b969a5cd6302cb085947e9 Mon Sep 17 00:00:00 2001 From: Yax Date: Sun, 28 Jan 2018 18:22:38 +0100 Subject: [PATCH] fix --- app/core/processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/processor.py b/app/core/processor.py index 8606eb0..c8d4d28 100644 --- a/app/core/processor.py +++ b/app/core/processor.py @@ -111,7 +111,7 @@ def new_comment(data, clientip): url=article_url, comment=comment_text) if clientip: - client_ips[comment.ip] = clientip + client_ips[comment.id] = clientip # send email subject = '%s: [%d:%s]' % (site.name, comment.id, token)