1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Change symantics

This commit is contained in:
Myned 2023-03-06 20:39:11 -06:00
parent e6ee4f6da2
commit 1b972ec856
No known key found for this signature in database
GPG key ID: 28056631D2CF6B1B

View file

@ -47,10 +47,7 @@ async def reverse(context):
if len(urls) > 1: if len(urls) > 1:
selector = components.Selector( selector = components.Selector(
pages=[ pages=[f"**Select images to search: `{urls.index(url) + 1}/{len(urls)}`**\n{url}" for url in urls],
f"**Select potential images to search: `{urls.index(url) + 1}/{len(urls)}`**\n{url}"
for url in urls
],
buttons=[components.Back(), components.Forward(), components.Select(), components.Confirm()], buttons=[components.Back(), components.Forward(), components.Select(), components.Confirm()],
urls=urls, urls=urls,
) )