forked from rDrama/rDrama
1
0
Fork 0

boost /h/countryclub by x2

master
Aevann 2023-07-20 19:54:59 +03:00
parent 32fddda3f6
commit 16fb709c00
2 changed files with 1 additions and 2 deletions

View File

@ -248,7 +248,6 @@ if SITE_NAME == 'rDrama':
'anime', 'anime',
'gaybros', 'gaybros',
'againsthateholes', 'againsthateholes',
'countryclub',
'changelog', 'changelog',
'programming', 'programming',
'slackernews', 'slackernews',

View File

@ -179,7 +179,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
or 'forum' in target.domain or 'chan' in target.domain or 'lemmy' in target.domain or 'forum' in target.domain or 'chan' in target.domain or 'lemmy' in target.domain
or (target.domain in BOOSTED_SITES and not target.url.startswith('/'))): or (target.domain in BOOSTED_SITES and not target.url.startswith('/'))):
mul = 2 mul = 2
elif target.sub in STEALTH_HOLES: elif target.sub in STEALTH_HOLES or target.sub == 'countryclub':
mul = 2 mul = 2
elif target.sub in BOOSTED_HOLES: elif target.sub in BOOSTED_HOLES:
mul = 1.25 mul = 1.25