Rm print map
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user