Removing token

This commit is contained in:
Leandro Toledo 2015-07-12 09:56:50 -03:00
parent 582bb61e5b
commit 77930e0d8b

View file

@ -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.