remotes/1693045480750635534/spooky-22
Aevann1 2021-07-23 18:01:17 +02:00
parent 2f71fce856
commit ff8da2e3b4
1 changed files with 0 additions and 1 deletions

View File

@ -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."})