forked from MarseyWorld/MarseyWorld
dont include THOT's other bets
parent
17f907e579
commit
0cac3ed55f
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue