From 4197400853148c863d2585c18edd5705be2816ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Tue, 5 Jan 2016 14:29:20 +0100 Subject: [PATCH] remove 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 eb401429c..c900a273f 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:AAFj2qskb3_sMMzlDhgTuoP7VAABNHpT0BU") + updater = Updater("TOKEN") job_queue = updater.job_queue # Get the dispatcher to register handlers