mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 16:19:00 +08:00
Nick:
This commit is contained in:
parent
c7df80e2a8
commit
2c72097c3f
@ -13,7 +13,7 @@ import os
|
||||
|
||||
from .firecrawl import FirecrawlApp, JsonConfig, ScrapeOptions # noqa
|
||||
|
||||
__version__ = "2.1.0"
|
||||
__version__ = "2.1.1"
|
||||
|
||||
# Define the logger for the Firecrawl project
|
||||
logger: logging.Logger = logging.getLogger("firecrawl")
|
||||
|
@ -3153,7 +3153,6 @@ class AsyncFirecrawlApp(FirecrawlApp):
|
||||
response = await self._async_post_request(
|
||||
f'{self.api_url}/v1/crawl', params_dict, headers)
|
||||
|
||||
print(response)
|
||||
if response.get('success'):
|
||||
try:
|
||||
id = response.get('id')
|
||||
|
Loading…
x
Reference in New Issue
Block a user