Added await
This commit is contained in:
parent
0fd55a737f
commit
f59c278ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue