This commit is contained in:
Aevann1 2021-08-19 21:22:10 +02:00
parent f804ad9125
commit 3eabdeafb9
13 changed files with 32 additions and 28 deletions

View file

@ -60,7 +60,7 @@ def check_ban_evade(v):
ma=ModAction(
kind="ban_post",
user_id=2317,
user_id=2360,
target_submission_id=post.id,
note="ban evasion"
)
@ -78,7 +78,7 @@ def check_ban_evade(v):
ma=ModAction(
kind="ban_comment",
user_id=2317,
user_id=2360,
target_comment_id=comment.id,
note="ban evasion"
)