Skip to content

Commit

Permalink
remove un-necessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Jul 12, 2024
1 parent 4e26a3f commit 069293e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions community-threads/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ def send_message(reddit, username, post_link):
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
Expand Down
2 changes: 1 addition & 1 deletion user-flair-usage/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# 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}**"
Expand Down

0 comments on commit 069293e

Please sign in to comment.