Skip to content

Commit

Permalink
Minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Sep 29, 2017
1 parent b32b9f6 commit fe3b13a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/quickstart_web.py
Expand Up @@ -3,6 +3,7 @@
import os

import flask

import google.oauth2.credentials
import google_auth_oauthlib.flow
import googleapiclient.discovery
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit fe3b13a

Please sign in to comment.