From bcb037076ab84ca9ea6730d16b29025e3fd14039 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Fri, 8 Nov 2024 13:43:20 +0530 Subject: [PATCH] reduce title noise --- 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 4617a89..50e62bf 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 & interesting discussions that happened in {month} {year}".format( + title = "Community Roundup: List of interesting discussions that happened in {month} {year}".format( month=datetime.date.today().strftime("%B"), year=datetime.date.today().year )