mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Uh, un altro crash? Forse?
This commit is contained in:
parent
e916fe3abc
commit
292baf435d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def getSteamStatus(steamid):
|
||||||
'steamids': steamid,
|
'steamids': steamid,
|
||||||
}
|
}
|
||||||
#Manda la richiesta ai server di Telegram e convertila in un dizionario
|
#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()
|
r = requests.get("http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/", params=parametri).json().decode('utf-8')
|
||||||
return r
|
return r
|
||||||
|
|
||||||
#Il loop del bot
|
#Il loop del bot
|
||||||
|
|
Loading…
Reference in a new issue