Lint - whitespace
This commit is contained in:
parent
5f0df596ec
commit
8f9a165c2f
@ -115,7 +115,7 @@ class FirecrawlApp:
|
|||||||
)
|
)
|
||||||
if response.status_code == 200:
|
if response.status_code == 200:
|
||||||
response = response.json()
|
response = response.json()
|
||||||
|
|
||||||
if response['success'] and 'data' in response:
|
if response['success'] and 'data' in response:
|
||||||
return response['data']
|
return response['data']
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user