From e245c32bc8408c7943852bd026121353033daa7c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 10 Sep 2021 05:34:07 +0200 Subject: [PATCH] fd --- files/routes/admin.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index 69cbb35782..34d1060cde 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1186,15 +1186,7 @@ def chart(v): comments={'comment_stats': comment_stats}, ) - final = { - "multi_plot": x, - "user_stats": user_stats, - "signup_data": daily_signups, - "post_data": post_stats, - "comment_data": comment_stats, - } - - return final + return redirect(x) def create_plot(**kwargs):