diff --git a/controllers_v2/software/google_places/google_places.py b/controllers_v2/software/google_places/google_places.py index 944cead..c1cf2dc 100644 --- a/controllers_v2/software/google_places/google_places.py +++ b/controllers_v2/software/google_places/google_places.py @@ -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)