From eebef17e8d9c2460a842ba4efdda6c4d74c1e444 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Tue, 11 Oct 2022 08:00:24 -0700 Subject: [PATCH] another dumb syntax error --- files/routes/asset_submissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/asset_submissions.py b/files/routes/asset_submissions.py index 8556724b85..f10b8e4575 100644 --- a/files/routes/asset_submissions.py +++ b/files/routes/asset_submissions.py @@ -257,7 +257,7 @@ if SITE not in ('pcmemes.net', 'watchpeopledie.co'): @admin_level_required(PERMS['MODERATE_PENDING_SUBMITTED_HATS']) def approve_hat(v, name): if AEVANN_ID and v.id not in (AEVANN_ID, CARP_ID, SNAKES_ID): - abort(403, "Only Carp can approve hats!"}, 403 + abort(403, "Only Carp can approve hats!") name = name.strip()