Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -63,7 +63,6 @@ async def main(page: Page):
|
|
63 |
}
|
64 |
}
|
65 |
}
|
66 |
-
|
67 |
response_search = await asyncio.to_thread(client.search, index="books_idx", body=j_query)
|
68 |
unique_books = {}
|
69 |
all_hits = response_search['hits']['hits']
|
|
|
63 |
}
|
64 |
}
|
65 |
}
|
|
|
66 |
response_search = await asyncio.to_thread(client.search, index="books_idx", body=j_query)
|
67 |
unique_books = {}
|
68 |
all_hits = response_search['hits']['hits']
|