mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54: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.
|
#Controlla se la selezione è un username di telegram.
|
||||||
if(steamids[msg['text'][7:]]):
|
if(steamids[msg['text'][7:]]):
|
||||||
selezione = steamids[msg['text'][7:]
|
selezione = steamids[msg['text'][7:]]
|
||||||
else:
|
else:
|
||||||
selezione = msg['text'][7:]
|
selezione = msg['text'][7:]
|
||||||
steam = getSteamStatus(selezione)
|
steam = getSteamStatus(selezione)
|
||||||
|
|
Loading…
Reference in a new issue