diff --git a/scripts/social_media_audit.py b/scripts/social_media_audit.py index 8223816..15b843f 100644 --- a/scripts/social_media_audit.py +++ b/scripts/social_media_audit.py @@ -968,14 +968,16 @@ class SocialMediaAuditor: result['google_reviews'] = { 'google_rating': details.get('google_rating'), 'google_reviews_count': details.get('google_reviews_count'), - 'opening_hours': details.get('opening_hours'), + 'google_opening_hours': details.get('opening_hours'), + 'google_photos_count': details.get('google_photos_count'), 'business_status': details.get('business_status'), } else: result['google_reviews'] = { 'google_rating': None, 'google_reviews_count': None, - 'opening_hours': None, + 'google_opening_hours': None, + 'google_photos_count': None, 'business_status': None, } else: