fix capitalization

pull/225/head
Aevann 2024-02-29 23:19:54 +02:00
parent dba210d6e8
commit 1e1ea26220
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ def submit_post(v, hole=None):
g.db.flush()
if SITE == 'watchpeopledie.tv' and p.cw and p.hole == 'selfharm':
text = f"ALERT: @{v.username} has added a Child Warning to {p.textlink} despite the post being in /h/selfharm"
text = f"ALERT: @{v.username} has added a child warning to {p.textlink} despite the post being in /h/selfharm"
alert_admins(text)
execute_under_siege(v, p, p.body, 'post')