From fd1d0cd67ee81d21f588f8ae8c694cde1666bf49 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 10 Sep 2021 05:36:10 +0200 Subject: [PATCH] fd --- 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 9be0bceb6..8eb9a4283 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1186,7 +1186,7 @@ def chart(v): comments={'comment_stats': comment_stats}, ) - return redirect(x) + return send_file(x) def create_plot(**kwargs):