diff --git a/drama/routes/comments.py b/drama/routes/comments.py index 7bf680af5..302e66097 100644 --- a/drama/routes/comments.py +++ b/drama/routes/comments.py @@ -333,7 +333,7 @@ def api_comment(v): for alt in v.alts: if not alt.is_suspended: - alt.ban(reason="Spamming.". days=1) + alt.ban(reason="Spamming.", days=1) for comment in similar_comments: comment.is_banned = True