mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-08-19 14:19:11 +00:00
Rm print map
This commit is contained in:
parent
f98a8541c2
commit
a2a63e42cc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user