upto post title format for community roundups

This commit is contained in:
Bhupesh-V 2024-05-13 14:03:50 +05:30
parent 10ce6e5528
commit 17967c3b95

View File

@ -144,7 +144,7 @@ def create_community_roundup_post(
)
)
title = "Community Roundup: List of must read posts & discussions that happened this month - {month} {year}".format(
title = "Community Roundup: List of must read posts & interesting discussions that happened in {month} {year}".format(
month=datetime.date.today().strftime("%B"), year=datetime.date.today().year
)