mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-08 13:42:34 +05:30
🐛 fix missing announcement posts from roundup
This commit is contained in:
parent
7419fee0bd
commit
dbe8db8816
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user