1
Fork 0
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:
Steffo 2016-01-28 19:54:02 +01:00
parent 41b4c16421
commit 3a476e7b51

View file

@ -23,7 +23,7 @@ def getplayersummaries(steamid):
elif len(r['response']['players']) > 1:
return r['response']['players']
else:
raise NameError
raise NameError("Lo steamid specificato non esiste.")
def getnumberofcurrentplayers(appid):