mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-03 02:10:37 +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:
|
if response.status_code == 200:
|
||||||
response = response.json()
|
response = response.json()
|
||||||
print(response)
|
|
||||||
if response['success'] and 'links' in response:
|
if response['success'] and 'links' in response:
|
||||||
return response['links']
|
return response['links']
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user