From 7a4fb6132c15e734d467d1d99ddc8b98e76bdef4 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 18 Sep 2026 15:49:35 +0200 Subject: Remove extra blank line at the end --- interesting-projects/interesting-projects.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'interesting-projects') diff --git a/interesting-projects/interesting-projects.py b/interesting-projects/interesting-projects.py index 01f50905..c9b839b8 100644 --- a/interesting-projects/interesting-projects.py +++ b/interesting-projects/interesting-projects.py @@ -89,11 +89,10 @@ for tag in sorted(list(chosen_tags.keys())): print() print("#" * (len(tag) + 1), " / ".join(tag)) - print() for link in chosen_tags[tag]: + print() print(link.link) print(link.gemtext) print(" ".join(link.tags)) - print() previous_tag = tag -- cgit v1.2.3