From 77930e0d8bd808d18aaa07814d2aa474f5eca723 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Sun, 12 Jul 2015 09:56:50 -0300 Subject: [PATCH] Removing token --- examples/echobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/echobot.py b/examples/echobot.py index 5a18c2093..fc386982a 100644 --- a/examples/echobot.py +++ b/examples/echobot.py @@ -6,7 +6,7 @@ import telegram import time # Telegram Bot Authorization Token -bot = telegram.Bot('120405045:AAEAQ3EcfZ3NztkUbOkMOwCxXdDikEW1VZE') +bot = telegram.Bot('token') # This will be our global variable to keep the latest update_id when requesting # for updates. It starts with the latest update_id available.