From dbe8db8816a44cdf33699cd2add5c89ce366ff7f Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Thu, 29 Feb 2024 11:17:39 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20missing=20announcement=20p?= =?UTF-8?q?osts=20from=20roundup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- community-roundup/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-roundup/main.py b/community-roundup/main.py index 68c53a2..c202879 100644 --- a/community-roundup/main.py +++ b/community-roundup/main.py @@ -152,7 +152,7 @@ The collection is curated by our volunteer team & is independent of the number o print("No announcements found. Skipping") if len(ama_posts) > 0: - text = "\n## AMAs\n||\n|--------|\n" + text += "\n## AMAs\n||\n|--------|\n" for post in ama_posts: text += f"| [**{post.title}**]({post.url}) |\n" else: