Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/searchconsole/search_analytics_api_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

def main(argv):
service, flags = sample_tools.init(
argv, 'webmasters', 'v3', __doc__, __file__, parents=[argparser],
argv, 'searchconsole', 'v1', __doc__, __file__, parents=[argparser],
scope='https://www.googleapis.com/auth/webmasters.readonly')

# First run a query to learn which dates we have data for. You should always
Expand Down Expand Up @@ -157,7 +157,7 @@ def execute_request(service, property_uri, request):
"""Executes a searchAnalytics.query request.

Args:
service: The webmasters service to use when executing the query.
service: The searchconsole service to use when executing the query.
property_uri: The site or app URI to request data for.
request: The request to be executed.

Expand Down