From 641cd2bbe7c112c5b714397781f78da26d389ce3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 20 Sep 2015 22:41:11 +0200 Subject: [PATCH] Ops2 --- royalbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalbot.py b/royalbot.py index 5b7c35e3..7d8a3ed6 100644 --- a/royalbot.py +++ b/royalbot.py @@ -276,7 +276,7 @@ while(True): else: #Controlla se la selezione รจ un username di telegram. if(msg['text'][4:].lower() in tylist): - selezione = tylist[msg['text'][5:].lower()] + selezione = tylist[msg['text'][4:].lower()] setTyping('typing', msg['chat']['id']) ty = readFile("ty/" + selezione + ".tyr") writeFile("ty/" + selezione + ".tyr", ty + 1)