1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
This commit is contained in:
Steffo 2015-11-16 23:01:17 +01:00
parent 7a38130384
commit 49602edc64

2
osu.py
View file

@ -74,4 +74,4 @@ def getuserrecent(user, mode=0):
'm': mode,
}
r = requests.get("https://osu.ppy.sh/api/get_user_recent", params=parametri).json()
return r
return r[0]