feat: remove print

This commit is contained in:
Ayo Ayco 2025-01-18 16:52:19 +01:00
parent c7b3d013b4
commit b2f84db279

View file

@ -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())