From ff8da2e3b42d73dbe848d9353e9aa7771cd3a928 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 23 Jul 2021 18:01:17 +0200 Subject: [PATCH] sneed --- drama/routes/admin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/drama/routes/admin.py b/drama/routes/admin.py index 5ff4e648a..6a6e8717a 100644 --- a/drama/routes/admin.py +++ b/drama/routes/admin.py @@ -968,7 +968,6 @@ def admin_distinguish_comment(c_id, v): @app.route("/admin/dump_cache", methods=["GET"]) @admin_level_required(6) def admin_dump_cache(v): - cache.delete_memoized(leaderboard) cache.clear() return jsonify({"message": "Internal cache cleared."})