Added await

This commit is contained in:
Geoff-Robin 2025-10-07 22:36:24 +05:30
parent 0fd55a737f
commit f59c278ae9

View file

@ -83,7 +83,7 @@ async def fetch_page_content(
logger.error(f"Error fetching page content: {str(e)}")
raise
finally:
crawler.close()
await crawler.close()
async def fetch_with_tavily(