fix
This commit is contained in:
		
							
								
								
									
										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():
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user