diff --git a/royalbot.py b/royalbot.py index 717eb1d6..a8e9648c 100644 --- a/royalbot.py +++ b/royalbot.py @@ -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