Skip to content

Commit

Permalink
lolol
Browse files Browse the repository at this point in the history
  • Loading branch information
keanemind committed Nov 5, 2017
1 parent 63c8b2b commit 563db51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sms.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ def message_received():
# Load credentials from the session.
credentials = google.oauth2.credentials.Credentials(
**flask.session['credentials'])

print("hmm")
people = googleapiclient.discovery.build(
API_SERVICE_NAME, API_VERSION, credentials=credentials)

print("hmmm222")
# Save credentials back to session in case access token was refreshed.
# ACTION ITEM: In a production app, you likely want to save these
# credentials in a persistent database instead.
flask.session['credentials'] = credentials_to_dict(credentials)

print("hmm333")
results = people.people().connections().list(
resourceName='people/me',
**{"requestMask_includeField": (
Expand Down

0 comments on commit 563db51

Please sign in to comment.