From 49e73af7a41e0202202aca118c7458eebe9bb440 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 23 Mar 2023 20:51:10 +0200 Subject: [PATCH] reorder variables --- files/helpers/config/const.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 06faa4eafa..36183b571d 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -19,11 +19,14 @@ def IS_HOMOWEEN(): DEFAULT_TIME_FILTER = "all" DEFAULT_THEME = "midnight" DEFAULT_COLOR = "805ad5" -SPAM_SIMILARITY_THRESHOLD = 0.5 SPAM_URL_SIMILARITY_THRESHOLD = 0.1 + +SPAM_SIMILARITY_THRESHOLD = 0.5 SPAM_SIMILAR_COUNT_THRESHOLD = 10 + COMMENT_SPAM_SIMILAR_THRESHOLD = 0.5 COMMENT_SPAM_COUNT_THRESHOLD = 10 + DISABLE_DOWNVOTES = False DESCRIPTION = "rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!" EMAIL = "rdrama@rdrama.net"