From 069293ea5ec797e79f3b47b49f8d00048a5c7c6d Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Fri, 12 Jul 2024 14:46:17 +0530 Subject: [PATCH] remove un-necessary stuff --- community-threads/main.py | 3 +-- user-flair-usage/main.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/community-threads/main.py b/community-threads/main.py index af7a148..53cecc8 100644 --- a/community-threads/main.py +++ b/community-threads/main.py @@ -52,9 +52,8 @@ Hi there,\n It looks like one of your [posts]({post_link}) on r/developersIndia was picked-up by the volunteer team to be part of our curated list of 100+ amazing discussing in the community.\n - You can find your post in our [Community Threads Collection](https://reddit.com/r/developersIndia/wiki/community-threads). Feel free to share the collection with your dev friends.\n -- We post a compilation of these threads every month in [Community Roundups](https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Community%20Roundup%22). Stay tuned for the next one!\n +- We post a compilation of these threads every month-end in [Community Roundups](https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Community%20Roundup%22). Stay tuned for the next one!\n -> PS: This was an automated messaage, no need to reply. [Reach out to mods](https://www.reddit.com/message/compose?to=/r/developersIndia) if you have any questions. Cheers,\n The r/developersIndia Community Team diff --git a/user-flair-usage/main.py b/user-flair-usage/main.py index aa71ce4..8a18dac 100644 --- a/user-flair-usage/main.py +++ b/user-flair-usage/main.py @@ -75,7 +75,7 @@ old_flairs_total_count = sum(old_available_flair_count.values()) # print(f"Total count of user-flairs: {total_count + emoji_flair_count + old_flairs_total_count}") data = { - 'Users with un-supported (old) text flairs': f"**{old_flairs_total_count}**", + 'Users with custom text flairs': f"**{old_flairs_total_count}**", 'Users with supported text flairs': f"**{total_count}**", 'Users with emoji only flairs': f"**{emoji_flair_count}**", 'Total count of user-flairs': f"**{total_count + emoji_flair_count + old_flairs_total_count}**"