mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Errore di osu
This commit is contained in:
parent
e07d874cbe
commit
50cfc93baa
1 changed files with 1 additions and 1 deletions
2
osu.py
2
osu.py
|
@ -85,7 +85,7 @@ def getuserrecent(user, mode=0):
|
||||||
if len(r) >= 1:
|
if len(r) >= 1:
|
||||||
return r[0]
|
return r[0]
|
||||||
else:
|
else:
|
||||||
raise NameError
|
raise NameError("Errore di osu")
|
||||||
|
|
||||||
def listmods(n):
|
def listmods(n):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue