use correct parts list
This commit is contained in:
parent
696a13acac
commit
dbd2b68a7d
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ def search_page() -> None:
|
|||
except asyncio.exceptions.CancelledError:
|
||||
# the next letter was already typed, do not search and rerender for this query
|
||||
return
|
||||
query = asyncio.create_task(find_parts(parts, event.value))
|
||||
query = asyncio.create_task(find_parts(gl_parts, event.value))
|
||||
running_queries.append(query)
|
||||
try:
|
||||
start = time.monotonic()
|
||||
|
|
Loading…
Reference in a new issue