From fe3b13a5e9f574d472119f933982f21c4550c547 Mon Sep 17 00:00:00 2001 From: Andy Diamondstein Date: Fri, 29 Sep 2017 12:05:04 -0400 Subject: [PATCH] Minor formatting fixes --- python/quickstart_web.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/quickstart_web.py b/python/quickstart_web.py index c3e89248..ec58f56f 100644 --- a/python/quickstart_web.py +++ b/python/quickstart_web.py @@ -3,6 +3,7 @@ import os import flask + import google.oauth2.credentials import google_auth_oauthlib.flow import googleapiclient.discovery @@ -36,6 +37,7 @@ def index(): client = googleapiclient.discovery.build( API_SERVICE_NAME, API_VERSION, credentials=credentials) + return channels_list_by_username(client, part='snippet,contentDetails,statistics', forUsername='GoogleDevelopers')