diff --git a/royalbot.py b/royalbot.py index 6fab600b..bd467367 100644 --- a/royalbot.py +++ b/royalbot.py @@ -110,7 +110,7 @@ while(True): } #Controlla se la selezione รจ un username di telegram. if(steamids[msg['text'][7:]]): - selezione = steamids[msg['text'][7:] + selezione = steamids[msg['text'][7:]] else: selezione = msg['text'][7:] steam = getSteamStatus(selezione)