auto-claude: subtask-2-1 - Add 'photos' to fields list in GooglePlacesSearcher
Added 'photos' field to the fields list in get_place_details() method to enable fetching business photos from Google Places API. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
41997a15e9
commit
5fa80f9efa
@ -1,25 +1,25 @@
|
||||
{
|
||||
"active": true,
|
||||
"spec": "007-https-nordabiznes-pl-audit-gbp-inpi-dane-nie-sa-w-",
|
||||
"spec": "008-dziala-pobieranie-danych-z-gbp-ale-czesciowo-nadal",
|
||||
"state": "building",
|
||||
"subtasks": {
|
||||
"completed": 12,
|
||||
"total": 14,
|
||||
"completed": 1,
|
||||
"total": 13,
|
||||
"in_progress": 1,
|
||||
"failed": 0
|
||||
},
|
||||
"phase": {
|
||||
"current": "DEV Verification",
|
||||
"current": "Google Places API Update",
|
||||
"id": null,
|
||||
"total": 4
|
||||
"total": 3
|
||||
},
|
||||
"workers": {
|
||||
"active": 0,
|
||||
"max": 1
|
||||
},
|
||||
"session": {
|
||||
"number": 13,
|
||||
"started_at": "2026-01-08T20:23:31.762031"
|
||||
"number": 2,
|
||||
"started_at": "2026-01-08T22:56:12.625328"
|
||||
},
|
||||
"last_update": "2026-01-08T20:50:25.874452"
|
||||
"last_update": "2026-01-08T22:57:37.579148"
|
||||
}
|
||||
@ -583,6 +583,7 @@ class GooglePlacesSearcher:
|
||||
'formatted_phone_number',
|
||||
'website',
|
||||
'name',
|
||||
'photos',
|
||||
]
|
||||
|
||||
params = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user