fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pavel_Duron 2022-11-24 18:33:38 +10:00
parent 8bce6dc065
commit 8b122a53d6

2
bot.py
View File

@ -130,7 +130,7 @@ async def send_time(message: types.Message):
<b>7.</b>{delimiter.join(map(str, top[6]))}\n\ <b>7.</b>{delimiter.join(map(str, top[6]))}\n\
<b>8.</b>{delimiter.join(map(str, top[7]))}\n\ <b>8.</b>{delimiter.join(map(str, top[7]))}\n\
<b>9.</b>{delimiter.join(map(str, top[8]))}\n\ <b>9.</b>{delimiter.join(map(str, top[8]))}\n\
<b>10.</b>{delimiter.join(map(str, top[8]))}\n') <b>10.</b>{delimiter.join(map(str, top[9]))}\n')
session.close_all() session.close_all()
@dp.message_handler(commands=['start']) @dp.message_handler(commands=['start'])