From 77af1679c821988b7ade45117e29b15958dd22fa Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Sun, 14 Jan 2024 14:57:03 +0530 Subject: [PATCH] change title to a better version --- 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 7b5062e..9c31c43 100644 --- a/community-roundup/main.py +++ b/community-roundup/main.py @@ -42,7 +42,7 @@ def create_community_roundup_post(subreddit, posts): ) ) - title = "Community Roundup: List of interesting posts & discussions that happened this month - {month} {year}".format(month=datetime.date.today().strftime("%B"), year=datetime.date.today().year) + title = "Community Roundup: List of must read posts & discussions that happened this month - {month} {year}".format(month=datetime.date.today().strftime("%B"), year=datetime.date.today().year) footer_text = """\n\n **Community Roundup is posted on the last day of every month. You can find the [schedule on our events calendar](https://developersindia.in/events-calendar). To find the list of all [interesting posts & community threads, checkout our wiki](https://www.reddit.com/r/developersIndia/wiki/community-threads/).** """