This commit is contained in:
rafaelsideguide 2024-09-04 12:05:09 -03:00
commit 22bf67cc4f

View File

@ -238,7 +238,6 @@ class FirecrawlApp:
)
if response.status_code == 200:
response = response.json()
print(response)
if response['success'] and 'links' in response:
return response['links']
else: