From 1079556a587aa16557c7f0e5805a9d4ea7e69dec Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 31 Jul 2021 08:26:12 +0200 Subject: [PATCH] fdfd --- drama/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drama/routes/comments.py b/drama/routes/comments.py index 5a980b016..cf31f2f12 100644 --- a/drama/routes/comments.py +++ b/drama/routes/comments.py @@ -558,7 +558,7 @@ def api_comment(v): @app.post("/edit_comment/") -@is_not_banned +@auth_desired def edit_comment(cid, v): c = get_comment(cid, v=v)