0

Lint - whitespace

This commit is contained in:
Matt Joyce 2024-06-08 08:03:02 +10:00
parent 5f0df596ec
commit 8f9a165c2f

View File

@ -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: