E-slam commited on
Commit
e2b1e7f
·
verified ·
1 Parent(s): b1ed202

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
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']