mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Rimosso informazioni di debug
This commit is contained in:
parent
e9973401cd
commit
c2092776ae
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ def getSteamStatus(steamid):
|
|||
}
|
||||
#Manda la richiesta ai server di Telegram e convertila in un dizionario
|
||||
r = requests.get("http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/", params=parametri).json()
|
||||
print(r)
|
||||
return r
|
||||
|
||||
#Il loop del bot
|
||||
|
|
Loading…
Reference in a new issue