Skip to content

Commit cf5fbdd

Browse files
"Updating samples to reflect recent changes."
1 parent 42cc089 commit cf5fbdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_appengine/search/main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
loader=jinja2.FileSystemLoader(os.path.dirname(__file__)),
1111
extensions=['jinja2.ext.autoescape'])
1212

13-
# Set DEVELOPER_KEY to the "API key" value from the "Access" tab of the
14-
# Google APIs Console http://code.google.com/apis/console#access
13+
# Set DEVELOPER_KEY to the "API key" value from the Google Developers Console:
14+
# https://console.developers.google.com/project/_/apiui/credential
1515
# Please ensure that you have enabled the YouTube Data API for your project.
1616
DEVELOPER_KEY = "REPLACE_ME"
1717
YOUTUBE_API_SERVICE_NAME = "youtube"

0 commit comments

Comments
 (0)