Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions consuming-apis-python/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ def create_oauth_link():
# website to input your credentials. Since you're doing this
# programmatically, you need to get the `url` parameter and print it in
# the console instead.
url = response.url

return url
return response.url


# In this method you'll exchange the code you got from the GitHub API with
Expand Down