There was an error while loading. Please reload this page.
1 parent 116b10a commit d865addCopy full SHA for d865add
serpapi/serp_api_client.py
@@ -55,7 +55,7 @@ def get_response(self, path = '/search'):
55
url = None
56
try:
57
url, parameter = self.construct_url(path)
58
- print(url)
+ # print(url)
59
response = requests.get(url, parameter, timeout=self.timeout)
60
return response
61
except requests.HTTPError as e:
0 commit comments