diff --git a/src/khoj/routers/api_content.py b/src/khoj/routers/api_content.py index c2c01f75..a676b9dd 100644 --- a/src/khoj/routers/api_content.py +++ b/src/khoj/routers/api_content.py @@ -392,7 +392,6 @@ async def indexer( save_config_to_file_updated_state() configure_search(state.search_models, state.config.search_type) - # Extract required fields from config loop = asyncio.get_event_loop() success = await loop.run_in_executor( None,