mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
c9.io è bello
This commit is contained in:
parent
39fb4f088a
commit
c47700e049
1 changed files with 2 additions and 1 deletions
3
osu.py
3
osu.py
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import requests
|
||||
import filemanager
|
||||
|
||||
|
@ -23,7 +24,7 @@ def getbeatmap(num):
|
|||
def getuser(user, mode=0):
|
||||
"""Ottieni informazioni su un utente.
|
||||
:param user: Username o ID dell'utente
|
||||
:param mode: Modalità (0 = osu!, 1 = Taiko, 2 = CtB, 3 = osu!mania)
|
||||
:param mode: Modalita' (0 = osu!, 1 = Taiko, 2 = CtB, 3 = osu!mania)
|
||||
"""
|
||||
parametri = {
|
||||
'k': apikey,
|
||||
|
|
Loading…
Reference in a new issue