Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
minisbett authored Oct 24, 2024
1 parent b5542c6 commit 290b97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiosu/v2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1793,8 +1793,8 @@ async def get_lazer_score(
:raises APIException: Contains status code and error message
:raises RefreshTokenExpiredError: If the client refresh token has expired
:return: Score data object
:rtype: aiosu.models.score.Score
:return: LazerScore data object
:rtype: aiosu.models.score.LazerScore
"""
url = f"{self.base_url}/api/v2/scores/{score_id}"
headers = {"x-api-version": "20220705"}
Expand Down

0 comments on commit 290b97c

Please sign in to comment.