This commit is contained in:
Aevann1 2021-11-05 16:40:14 +02:00
parent c5477bbee7
commit 21dc1c5c2b
4 changed files with 7 additions and 7 deletions

View file

@ -49,7 +49,7 @@ def check_ban_evade(v):
continue
post.is_banned=True
post.ban_reason="permaban evasion"
post.ban_reason="AutoJanny"
g.db.add(post)
ma=ModAction(
@ -65,7 +65,7 @@ def check_ban_evade(v):
continue
comment.is_banned=True
comment.ban_reason="permaban evasion"
comment.ban_reason="AutoJanny"
g.db.add(comment)
try: