1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2015-09-20 22:39:44 +02:00
parent 0620580475
commit 3ffdf8f89b
2 changed files with 1 additions and 1 deletions

View file

@ -276,7 +276,7 @@ while(True):
else:
#Controlla se la selezione è un username di telegram.
if(msg['text'][4:].lower() in tylist):
selezione = osuids[msg['text'][5:].lower()]
selezione = tylist[msg['text'][5:].lower()]
setTyping('typing', msg['chat']['id'])
ty = readFile("ty/" + selezione + ".tyr")
writeFile("ty/" + selezione + ".tyr", ty + 1)

0
ty/Steffo.tyr Normal file
View file