This commit is contained in:
Aevann1 2021-10-25 20:08:03 +02:00
parent 46fd78a3f8
commit 6663702f67
16 changed files with 161 additions and 47 deletions

View file

@ -55,7 +55,7 @@ def check_ban_evade(v):
kind="ban_post",
user_id=AUTOJANNY_ACCOUNT,
target_submission_id=post.id,
note="permaban evasion"
_note="permaban evasion"
)
g.db.add(ma)
@ -72,7 +72,7 @@ def check_ban_evade(v):
kind="ban_comment",
user_id=AUTOJANNY_ACCOUNT,
target_comment_id=comment.id,
note="ban evasion"
_note="ban evasion"
)
g.db.add(ma)
except: pass