diff --git a/files/helpers/actions.py b/files/helpers/actions.py index cb170e2ac..b7b9f16ec 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -168,7 +168,7 @@ def execute_snappy(post, v): post.stickied = "Snappy" post.stickied_utc = int(time.time()) + 3600 - if SITE_NAME == 'rDrama' and body.startswith(':#marseyban:'): + elif SITE_NAME == 'rDrama' and body.startswith(':#marseyban:'): days = 0.01 reason = f'/post/{post.id}' v.ban(admin=snappy, reason=reason, days=days)