mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #540] [MERGED] A few updates to the example app. #930
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#930
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/540
Author: @MikeiLL
Created: 7/12/2020
Status: ✅ Merged
Merged: 7/30/2020
Merged by: @stephanebruckert
Base:
master← Head:master📝 Commits (10+)
6bebde3No username needed + can be used by multiple users930007dcleanup748638fRemove caches when signing out9d9b98dPersist token only once6ed4dd8Always show auth pagecfa49a1Add one scope..450fc98Add a second scope and also a view which utilizes a scope.7848c71Add a main clause example.37b333aInclude further documentation.3106ddeMove utility function higher in document.📊 Changes
1 file changed (+51 additions, -6 deletions)
View changed files
📝
examples/app.py(+51 -6)📄 Description
I added a new file, which shows an example of importing credentials from a separate file.
Hopefully this won't be messy as I see there is already a work in progress (#539) which I hadn't noticed.
Having multiple scopes works in the minimal example, so will have to see what's different in the app I'm developing that's consistently giving the
OSError: [Errno 48] Address already in useerror when a second scope is added.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.