This commit is contained in:
parent
ad04a7680d
commit
21671001e1
2
bot.py
2
bot.py
@ -20,7 +20,7 @@ async def send_time(message: types.Message):
|
|||||||
# current_data = datatime.date()
|
# current_data = datatime.date()
|
||||||
# current_time = datatime.time()
|
# current_time = datatime.time()
|
||||||
# new_year = datetime.date(2022, 12, 31)
|
# new_year = datetime.date(2022, 12, 31)
|
||||||
await message.reply('Сегодня', current_datatime) #отображение времени, пока не рабоатет
|
await message.reply('Сегодня', str(current_datatime)) #отображение времени, пока не рабоатет
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user