Skip to content

Commit f1f979f

Browse files
author
NoWay
committed
Added key developer.
1 parent 8ca5d09 commit f1f979f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda_function.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import urllib
1010
from time import time
1111
logging.getLogger('googleapiclient.discovery_cache').setLevel(logging.ERROR)
12-
DEVELOPER_KEY=environ['YOUTUBE_DEVELOPER_KEY']
12+
DEVELOPER_KEY='AIzaSyADUyEBZQ_Kw7MwBKLrkFT-Bbsj46TPRpg'
1313
YOUTUBE_API_SERVICE_NAME = 'youtube'
1414
YOUTUBE_API_VERSION = 'v3'
1515

0 commit comments

Comments
 (0)