serpapi / google-search-results-python

Google Search Results via SERP API pip Python Package
MIT License
600 stars 97 forks source link

Removed print in get_response #31

Closed nagaraj-gohush closed 2 years ago

nagaraj-gohush commented 2 years ago

Removed print in get_response. Because it prints url for every request

dimitryzub commented 2 years ago

@nagaraj-gohush thank you for getting in touch and noticing it. Looks good to me 👍

@ilyazub what do you think?

hartator commented 2 years ago

Yes, let's remove the extra print(). 👍

aliayar commented 2 years ago

This is working fine here but pypi.org also needs to be updated for pip installs. We have two users who have access to package on pypi: lf2225 and vikoky.

@ilyazub @hartator