aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interesting-projects/interesting-projects.py3
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