forked from rDrama/rDrama
1
0
Fork 0

dont include THOT's other bets

master
Aevann 2023-08-03 11:48:02 +03:00
parent 17f907e579
commit 0cac3ed55f
2 changed files with 2 additions and 2 deletions

View File

@ -709,7 +709,7 @@ def submit_post(v, sub=None):
p.stickied_utc = int(time.time()) + 28800
p.stickied = "AutoJanny"
if SITE == 'rdrama.net' and v.id == 7465 and "women's world cup" in p.title.lower():
if SITE == 'rdrama.net' and v.id == 7465 and p.title.lower().startswith("women's world cup betting: "):
p.stickied_utc = int(time.time()) + 28800
p.stickied = "AutoJanny"

View File

@ -18,7 +18,7 @@ WITH bet_options AS (
GROUP BY option_id
) AS cnt ON so.id = cnt.option_id
WHERE p.author_id = 7465 AND p.created_utc > 1688950032
AND so.exclusive IN (2, 3)
AND so.exclusive IN (2, 3) AND p.title ilike 'women''s world cup betting: %'
),
post_payouts AS (
SELECT