(20250825) -Added debug print statement for google places api testing.

This commit is contained in:
yatmesh
2025-09-25 15:43:20 +05:30
parent 6dd299f566
commit 1c54b60cff
@@ -205,6 +205,8 @@ class PlacesController(GooglePlacesController):
) -> PlacesAuthResponse:
# CHECK -- API KEY IS VALID -
print("AUTH -", auth)
print("API-", auth.apiKey)
valid_api = await PlacesController.is_google_places_api_key_valid(api_key=auth.apiKey)
print(valid_api)