From 21671001e17b2f9c23b5250b968a4e7344a191d7 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Thu, 3 Nov 2022 16:54:57 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8?= 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 d340605..70d90ba 100644 --- a/bot.py +++ b/bot.py @@ -20,7 +20,7 @@ async def send_time(message: types.Message): # current_data = datatime.date() # current_time = datatime.time() # new_year = datetime.date(2022, 12, 31) - await message.reply('Сегодня', current_datatime) #отображение времени, пока не рабоатет + await message.reply('Сегодня', str(current_datatime)) #отображение времени, пока не рабоатет