mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Cose...
This commit is contained in:
parent
e196e09436
commit
5e83e5077b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue