mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-02 20:00:35 +08: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