From 4fac4ca0942a615a0f51a34878aca14e0dad84c1 Mon Sep 17 00:00:00 2001 From: Zark Date: Mon, 21 Jan 2019 22:45:16 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D0=BC=20MY=5FID=20=D0=B2=20config.py=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Заменил значение 77777 на строку 'YOUR_TELEGRAM-ID'. Чтоб никого не вводить в заблуждение и точно понимать что делать. Fix #12 --- lesson-02/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-02/config.py b/lesson-02/config.py index 11dfb87..26e6dfc 100644 --- a/lesson-02/config.py +++ b/lesson-02/config.py @@ -1,4 +1,4 @@ TOKEN = 'YOUR:own_private_secure-Bot_token' -MY_ID = 77777 +MY_ID = 'YOUR_TELEGRAM_ID' DB_FILENAME = 'botuploads.db'