This commit is contained in:
bakatrouble 2025-07-14 17:23:54 +03:00
parent 4ea3039c01
commit c6d323f3f9

View File

@ -307,8 +307,8 @@ async def check_aliases(msg: Message):
resp = await msg.reply('tmp')
async def send_progress():
await resp.edit_text(f'Checking aliases {progress}/{len(tags)}\n\n'
f'{"\n".join(lines)}', parse_mode=ParseMode.HTML)
l = "\n".join(lines)
await resp.edit_text(f'Checking aliases {progress}/{len(tags)}\n\n{l}', parse_mode=ParseMode.HTML)
for sub in tags:
for subtag in sub.split():