diff options
| author | alex <alex@pdp7.net> | 2026-09-18 15:49:35 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-09-18 15:49:35 +0200 |
| commit | 7a4fb6132c15e734d467d1d99ddc8b98e76bdef4 (patch) | |
| tree | 8d90598b4bd6d743206018d80dfc378c125e0ba2 | |
| parent | 586593e50292af38b206dedd6e357cf38f541ea6 (diff) | |
Remove extra blank line at the end
| -rw-r--r-- | interesting-projects/interesting-projects.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
