From de7d0406da7628323298f54c9cc9d07d31f00634 Mon Sep 17 00:00:00 2001 From: Bruno Amaral Date: Thu, 24 Nov 2022 20:06:40 +0000 Subject: [PATCH] lower... --- django/gregory/management/commands/get_takeaways.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/gregory/management/commands/get_takeaways.py b/django/gregory/management/commands/get_takeaways.py index 0dc3b1ec..aa025fec 100644 --- a/django/gregory/management/commands/get_takeaways.py +++ b/django/gregory/management/commands/get_takeaways.py @@ -48,7 +48,7 @@ def cleanHTML(input): # Minimum length of the summary (in words/tokens?) MIN_LENGTH = 25 - MAX_LENGTH = 200 + MAX_LENGTH = 100 # Calculates the max length of the summary (in words) considering the size of the input text def getSummaryMaxLengthForText(text):