From 3b7e38ad6191c8deb9aa8be7e3442a7f42f476c7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 25 Aug 2025 20:06:09 +0200 Subject: [PATCH] chore: update comment --- threads.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/threads.py b/threads.py index 610861d..58f973b 100755 --- a/threads.py +++ b/threads.py @@ -145,8 +145,7 @@ async def home(): # List featured hashtags tags = get_featured_tags() - # ---- NEW: Remove any `None` entries from the status list - # (you can also replace them with a default object if desired) + # Remove any `None` entries from the status list if statuses is None: statuses = [] # fallback to an empty list else: