Skip to content

Commit

Permalink
many:1 instead of true
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Feb 3, 2024
1 parent 5ef27fb commit ddb2d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cogs/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def get_prediction_data(id:int=0, limit:int=0):
url = "http://private-api-svc.bd-prd.svc:5000/v2/highscore/latest" #TODO: fix hardcoded
params = {
"player_id":id,
"many": True,
"many": 1,
"limit": limit
}

Expand Down

0 comments on commit ddb2d4c

Please sign in to comment.