From 91be01e27a255db97e4ec1a78bbd159f2433287b Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 30 Mar 2025 11:21:02 +0530 Subject: [PATCH] ... --- recipes/reuters.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/reuters.recipe b/recipes/reuters.recipe index 1da3208d1f..a7aec2e335 100644 --- a/recipes/reuters.recipe +++ b/recipes/reuters.recipe @@ -159,7 +159,7 @@ class Reuters(BasicNewsRecipe): ) if data.get('summary'): - ( + body += ( '
' + ''.join(f''{su["description"]} ' for su in data['summary']) + '