Nick: totalCount -> total, completedCount -> completed

This commit is contained in:
Nicolas
2024-08-28 14:46:53 -03:00
parent 2a56f89f50
commit 4edd9a34c7
10 changed files with 31 additions and 25 deletions
+2 -1
View File
@@ -211,7 +211,8 @@ class FirecrawlApp:
return {
'success': True,
'status': data.get('status'),
'totalCount': data.get('totalCount'),
'total': data.get('total'),
'completed': data.get('completed'),
'creditsUsed': data.get('creditsUsed'),
'expiresAt': data.get('expiresAt'),
'next': data.get('next'),