diff --git a/app.py b/app.py index 8d2c5c3..34fb557 100644 --- a/app.py +++ b/app.py @@ -47,7 +47,6 @@ def check_if_required_env_variables_are_present(): all_leaderboards_ref = db.reference("vitcc").child("owasp") -@lru_cache(maxsize=None) def fetch_data(act: int | str) -> list[dict]: """Return a list of all members in the act. Sorted by points""" data_of_act: dict = all_leaderboards_ref.child(f"leaderboard-act{act}").get()