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:41:11 +02:00
parent 3ffdf8f89b
commit 641cd2bbe7

View file

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