small adjustment to prev commit, making it an "elif"

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-01 19:37:59 +02:00
parent 15e0447826
commit fbaa3984a0
1 changed files with 1 additions and 1 deletions

View File

@ -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'<a href="/post/{post.id}">/post/{post.id}</a>'
v.ban(admin=snappy, reason=reason, days=days)