mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Errore più dettagliato
This commit is contained in:
parent
41b4c16421
commit
3a476e7b51
1 changed files with 1 additions and 1 deletions
2
steam.py
2
steam.py
|
@ -23,7 +23,7 @@ def getplayersummaries(steamid):
|
||||||
elif len(r['response']['players']) > 1:
|
elif len(r['response']['players']) > 1:
|
||||||
return r['response']['players']
|
return r['response']['players']
|
||||||
else:
|
else:
|
||||||
raise NameError
|
raise NameError("Lo steamid specificato non esiste.")
|
||||||
|
|
||||||
|
|
||||||
def getnumberofcurrentplayers(appid):
|
def getnumberofcurrentplayers(appid):
|
||||||
|
|
Loading…
Reference in a new issue