From aa3782b102fa7c6e1c91a3f8bbc10426d5c3cc76 Mon Sep 17 00:00:00 2001 From: extreme4all <40169115+extreme4all@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:32:15 +0200 Subject: [PATCH] bug fix --- src/api/v3/highscore.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/v3/highscore.py b/src/api/v3/highscore.py index bfe1613..466446f 100644 --- a/src/api/v3/highscore.py +++ b/src/api/v3/highscore.py @@ -68,5 +68,6 @@ async def get_highscore_latest( player_id=player_id, label_id=label_id, many=many, + limit=limit, ) return convert_to_scraper_data_view(result_list=data)