mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-23 05:33:12 +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")
|
print("No announcements found. Skipping")
|
||||||
|
|
||||||
if len(ama_posts) > 0:
|
if len(ama_posts) > 0:
|
||||||
text = "\n## AMAs\n||\n|--------|\n"
|
text += "\n## AMAs\n||\n|--------|\n"
|
||||||
for post in ama_posts:
|
for post in ama_posts:
|
||||||
text += f"| [**{post.title}**]({post.url}) |\n"
|
text += f"| [**{post.title}**]({post.url}) |\n"
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user