From 95d1b2c9ce2b5c5d2123f8a694e7356947d04917 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 21 Mar 2023 16:15:51 +0200 Subject: [PATCH] add exclamation mark --- files/routes/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 8020046d7..a921cbeea 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -312,7 +312,7 @@ def award_thing(v, thing_type, id): if not agendaposter_phrase: abort(400, "Missing phrase!") if len(agendaposter_phrase) > 50: - abort(400, "Max length for phrase is 50 characters") + abort(400, "Max length for phrase is 50 characters!") author.agendaposter_phrase = agendaposter_phrase