fix
This commit is contained in:
parent
4ea3039c01
commit
c6d323f3f9
4
main.py
4
main.py
@ -307,8 +307,8 @@ async def check_aliases(msg: Message):
|
|||||||
resp = await msg.reply('tmp')
|
resp = await msg.reply('tmp')
|
||||||
|
|
||||||
async def send_progress():
|
async def send_progress():
|
||||||
await resp.edit_text(f'Checking aliases {progress}/{len(tags)}\n\n'
|
l = "\n".join(lines)
|
||||||
f'{"\n".join(lines)}', parse_mode=ParseMode.HTML)
|
await resp.edit_text(f'Checking aliases {progress}/{len(tags)}\n\n{l}', parse_mode=ParseMode.HTML)
|
||||||
|
|
||||||
for sub in tags:
|
for sub in tags:
|
||||||
for subtag in sub.split():
|
for subtag in sub.split():
|
||||||
|
Loading…
Reference in New Issue
Block a user