arrrlo / Google-Images-Search

[PYTHON] Search for image using Google Custom Search API and resize & crop afterwards
MIT License
176 stars 34 forks source link

Add cache_discovery argument to docs/readme #165

Open jonnyhoff opened 1 year ago

jonnyhoff commented 1 year ago

Please add the cache_discovery=False argument to your docs. I think many people will find this useful.

    gis.search(search_params=_search_params, cache_discovery=False)

Keep up the great work.