Skip to content

Commit

Permalink
disable cache discovery per googleapis/google-api-python-client#299
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Jun 18, 2024
1 parent a391d94 commit b121acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/1-fetched/gcs_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_search_service():
"""
LOGGER.info("Getting Google Custom Search API Service.")
return googleapiclient.discovery.build(
"customsearch", "v1", developerKey=API_KEY
"customsearch", "v1", developerKey=API_KEY, cache_discovery=False
)


Expand Down

0 comments on commit b121acf

Please sign in to comment.