From 10c3a3a3a9c78f0324488adde1a3193c32435101 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sat, 29 Oct 2022 00:38:45 -0400 Subject: [PATCH] =?UTF-8?q?=D1=87=D0=B8=D0=BD=D0=B8=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 7d1b0b8..2e131aa 100644 --- a/bot.py +++ b/bot.py @@ -11,7 +11,7 @@ bot = Bot(token=API_TOKEN) dp = Dispatcher(bot) @dp.message_handler(commands=['start']) -async def start_func(message: types.Message) +async def start_func(message: types.Message): user_id = message.from_user.id user_full_name = message.from_user.full_name logging.INFO(f'{user_id=} {user_full_name=}', {time.asctime()})