From 8f60bfbeaa0298250a9ec2ddf0173b4a8228bb8b Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Mar 2023 17:33:24 +0200 Subject: [PATCH] fix this https://stupidpol.site/post/155996/anyone-got-an-aqua-dots-bindeez/3818081#context --- files/helpers/actions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index cbfd0ba66..7ea26a628 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -63,12 +63,12 @@ def execute_snappy(post:Submission, v:User): if random.random() < 0.5: body = "wow, this lawlzpost sucks!" else: body = "wow, a good lawlzpost for once!" else: - if marseys_const and SNAPPY_QUOTES: + if SNAPPY_MARSEYS and SNAPPY_QUOTES: if IS_FISTMAS() or random.random() > 0.5: SNAPPY_CHOICES = SNAPPY_QUOTES else: - SNAPPY_CHOICES = marseys_const - elif marseys_const: SNAPPY_CHOICES = marseys_const + SNAPPY_CHOICES = SNAPPY_MARSEYS + elif SNAPPY_MARSEYS: SNAPPY_CHOICES = SNAPPY_MARSEYS elif SNAPPY_QUOTES: SNAPPY_CHOICES = SNAPPY_QUOTES else: SNAPPY_CHOICES = [""]