From 73540e47905c3595742590003dae804b09e62fbe Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Tue, 14 Nov 2017 21:03:54 +0100 Subject: [PATCH] Update config example --- config.py.example | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config.py.example b/config.py.example index 199f875..f8176a5 100644 --- a/config.py.example +++ b/config.py.example @@ -1,15 +1,5 @@ # Telegram bot token, as [BotFather](http://tg.me/BotFather) sends it. TG_TOKEN = '' -# Dictionary from Telegram user ID to their via API access token. -USER_TOKENS = { - 12345678: 'access_token' -} - -# Dictionary from Telegram to via group ID. -VIA_GROUPS = { - -1020304050: 12, -} - VIA_SCHEME = 'http' VIA_HOST = 'localhost:5000'