forked from Pavel_Durov/python_bot
fix
This commit is contained in:
parent
8bce6dc065
commit
8b122a53d6
2
bot.py
2
bot.py
@ -130,7 +130,7 @@ async def send_time(message: types.Message):
|
||||
<b>7.</b>{delimiter.join(map(str, top[6]))}\n\
|
||||
<b>8.</b>{delimiter.join(map(str, top[7]))}\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()
|
||||
|
||||
@dp.message_handler(commands=['start'])
|
||||
|
Loading…
Reference in New Issue
Block a user