mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Change symantics
This commit is contained in:
parent
e6ee4f6da2
commit
1b972ec856
1 changed files with 1 additions and 4 deletions
|
@ -47,10 +47,7 @@ async def reverse(context):
|
|||
|
||||
if len(urls) > 1:
|
||||
selector = components.Selector(
|
||||
pages=[
|
||||
f"**Select potential images to search: `{urls.index(url) + 1}/{len(urls)}`**\n{url}"
|
||||
for url in urls
|
||||
],
|
||||
pages=[f"**Select images to search: `{urls.index(url) + 1}/{len(urls)}`**\n{url}" for url in urls],
|
||||
buttons=[components.Back(), components.Forward(), components.Select(), components.Confirm()],
|
||||
urls=urls,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue