mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-26 16:38:53 +01:00
Removing token
This commit is contained in:
parent
582bb61e5b
commit
77930e0d8b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import telegram
|
||||||
import time
|
import time
|
||||||
|
|
||||||
# Telegram Bot Authorization Token
|
# 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
|
# This will be our global variable to keep the latest update_id when requesting
|
||||||
# for updates. It starts with the latest update_id available.
|
# for updates. It starts with the latest update_id available.
|
||||||
|
|
Loading…
Add table
Reference in a new issue