From f63ae2ed3f3d3c716cd064465591f74d3b221d3b Mon Sep 17 00:00:00 2001 From: grid Date: Sun, 10 Nov 2024 20:43:35 -0600 Subject: [PATCH] index??????? --- src/index.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/index.py b/src/index.py index 6e0c859..85c571b 100755 --- a/src/index.py +++ b/src/index.py @@ -740,11 +740,10 @@ def stories2(page): snippets = list_snippets(gather_and_sort(loc), loc) latest_temp1 = list_headlines(gather_and_sort(loc), loc) - latest_temp2 = [] + latest = [] for late in latest_temp1: if "chapter" not in late[1].lower(): - latest_temp2.append(late) - latest = latest_temp2#[0:5] + latest.append(late) tags = fill_word_cloud(curate_files(gather_files(loc)), loc) total = len(curate_files(gather_files(loc)))