From 1fc0681093fbaf09007b85b546c63e48f93ad513 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 14 May 2023 19:13:00 +0300 Subject: [PATCH] do this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/4151551#context --- files/routes/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index a27a765e7..f149d6232 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1088,7 +1088,7 @@ def agendaposter(id, v): user.agendaposter_phrase = "trans lives matter" text = f"@{v.username} (a site admin) has chudded you **{duration}**" - if reason: text += f"for the following reason:\n\n> {reason}" + if reason: text += f" for the following reason:\n\n> {reason}" text += f"\n\n**You now have to say this phrase in all posts and comments you make {duration}:**\n\n> {user.agendaposter_phrase}" user.chudded_by = v.id