From f3c487f6de3f5bd3c723d6acdcd4865ae1ed8c3b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 21 Aug 2022 15:14:44 +0200 Subject: [PATCH] make me upvote /h/braincels instead of /h/foid --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 79bc09496..2b6c30a97 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -1080,7 +1080,7 @@ def submit_post(v, sub=None): post.downvotes += 1 g.db.add(post) - if SITE == 'rdrama.net' and post.sub and post.sub not in ('dankchristianmemes','fatpeoplehate','braincels','truth','smuggies') and v.id != AEVANN_ID: + if SITE == 'rdrama.net' and post.sub and post.sub not in ('dankchristianmemes','fatpeoplehate','foid','truth','smuggies') and v.id != AEVANN_ID: g.db.flush() autovote = Vote( user_id=AEVANN_ID,