Skip to content

Commit

Permalink
removed the incompatible parameter when initializing ESIndexer
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyao committed Aug 25, 2021
1 parent 884af3c commit 5b94b72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hub/dataindex/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def post_index(self, *args, **kwargs):
yield from asyncio.sleep(3*60)
idxer = ESIndexer(
index=self.es_index_name,
doc_type=self.doc_type,
es_host=self.es_client_args.get('hosts'))
self.logger.info("Updating 'stats' by querying index '%s'" % self.es_index_name)
return update_stats(idxer, self.assembly)
Expand Down

0 comments on commit 5b94b72

Please sign in to comment.