From 6e07960394199cc0c1d47ce0edb74ae044937064 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 7 Feb 2024 06:23:32 +0200 Subject: [PATCH] order boosted holes chronologically + remove dead holes + add /h/marsey --- files/helpers/config/const.py | 42 +++++++++++++++-------------------- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 3a8bdcfeb..601243d85 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -266,36 +266,30 @@ if SITE_NAME == 'rDrama': ) BOOSTED_HOLES = { - 'furry', - 'femboy', - 'anime', - 'gaybros', - 'againsthateholes', - 'changelog', - 'programming', 'slackernews', - 'wallstreetbets', - 'lit', + 'furry', + 'anime', + 'marsey', + 'againsthateholes', 'vidya', - 'jihad', + 'sports', + 'chinchilla', 'museumofrdrama', - 'space', 'femaledatingstrategy', 'meta', - 'love4fatpeople', - 'traps', - 'transgender', - 'chinchilla', - 'sports', - 'femme', - 'atheism', - 'therapy', - 'communism', - 'nerdshit', - 'equestria', - 'redscarepod', - 'highrollerclub', 'countryclub', + 'lit', + 'highrollerclub', + 'love4fatpeople', + 'redscarepod', + 'gaybros', + 'equestria', + 'nerdshit', + 'transgender', + 'communism', + 'femme', + 'therapy', + 'atheism', } REDDIT_NOTIFS_SITE.update({'marsey', 'r/drama', 'justice4darrell', 'cringetopia.org'})