From 17967c3b952275018ad9c1fc6b3201c4f378d073 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Mon, 13 May 2024 14:03:50 +0530 Subject: [PATCH] upto post title format for community roundups --- 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 106b21b..3a1c70a 100644 --- a/community-roundup/main.py +++ b/community-roundup/main.py @@ -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 )