mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +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():
|
||||
global job_queue
|
||||
|
||||
updater = Updater("148447715:AAFj2qskb3_sMMzlDhgTuoP7VAABNHpT0BU")
|
||||
updater = Updater("TOKEN")
|
||||
job_queue = updater.job_queue
|
||||
|
||||
# Get the dispatcher to register handlers
|
||||
|
|
Loading…
Reference in a new issue