(20250825) -Added debug print statement for google places api testing.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user