This commit is contained in:
Aevann1 2021-09-13 13:18:19 +02:00
parent d2687c8338
commit a8f8afa093
5 changed files with 5 additions and 6 deletions

View file

@ -62,7 +62,7 @@ def check_ban_evade(v):
post.ban_reason="ban evasion"
g.db.add(post)
g.db.commit()
g.db.flush()
ma=ModAction(
kind="ban_post",