mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 10:21:57 +01:00
remove token once again
This commit is contained in:
parent
aa8966832b
commit
4197400853
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def error(bot, update, error):
|
||||||
def main():
|
def main():
|
||||||
global job_queue
|
global job_queue
|
||||||
|
|
||||||
updater = Updater("148447715:AAFj2qskb3_sMMzlDhgTuoP7VAABNHpT0BU")
|
updater = Updater("TOKEN")
|
||||||
job_queue = updater.job_queue
|
job_queue = updater.job_queue
|
||||||
|
|
||||||
# Get the dispatcher to register handlers
|
# Get the dispatcher to register handlers
|
||||||
|
|
Loading…
Add table
Reference in a new issue