From b2f84db279d1c164731b96eb245bb2ef00562f78 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 18 Jan 2025 16:52:19 +0100 Subject: [PATCH] feat: remove print --- threads.py | 1 - 1 file changed, 1 deletion(-) diff --git a/threads.py b/threads.py index 05f0439..b51f883 100755 --- a/threads.py +++ b/threads.py @@ -67,7 +67,6 @@ async def home(): # List featured hashtags tags = mastodon.featured_tags() - print(tags) return render_template('threads.html', threads=statuses, tags=tags, app=app, attribution=attribution, render_date=datetime.now())