🐛 fix missing announcement posts from roundup

This commit is contained in:
Bhupesh-V 2024-02-29 11:17:39 +05:30
parent 7419fee0bd
commit dbe8db8816
1 changed files with 1 additions and 1 deletions

View File

@ -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: