From 81b58c7d00f63baa70fee8cf9bc53ddb204fee4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Mon, 4 Jan 2016 01:58:50 +0100 Subject: [PATCH] remove bot token (once again...) --- examples/timerbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/timerbot.py b/examples/timerbot.py index 10decafba..0af15825e 100644 --- a/examples/timerbot.py +++ b/examples/timerbot.py @@ -65,7 +65,7 @@ def error(bot, update, error): def main(): global job_queue - updater = Updater("148447715:AAHbczRui6gO3RBlKQ2IwU2hMd226LqZE90") + updater = Updater("TOKEN") job_queue = JobQueue(updater.bot, tick_interval=1) # Get the dispatcher to register handlers