mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
asdf
This commit is contained in:
parent
7a38130384
commit
49602edc64
1 changed files with 1 additions and 1 deletions
2
osu.py
2
osu.py
|
@ -74,4 +74,4 @@ def getuserrecent(user, mode=0):
|
||||||
'm': mode,
|
'm': mode,
|
||||||
}
|
}
|
||||||
r = requests.get("https://osu.ppy.sh/api/get_user_recent", params=parametri).json()
|
r = requests.get("https://osu.ppy.sh/api/get_user_recent", params=parametri).json()
|
||||||
return r
|
return r[0]
|
||||||
|
|
Loading…
Reference in a new issue