mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
remove bot token (once again...)
This commit is contained in:
parent
dd7d1255d1
commit
81b58c7d00
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:AAHbczRui6gO3RBlKQ2IwU2hMd226LqZE90")
|
updater = Updater("TOKEN")
|
||||||
job_queue = JobQueue(updater.bot, tick_interval=1)
|
job_queue = JobQueue(updater.bot, tick_interval=1)
|
||||||
|
|
||||||
# Get the dispatcher to register handlers
|
# Get the dispatcher to register handlers
|
||||||
|
|
Loading…
Reference in a new issue