asf
This commit is contained in:
parent
ce731a648f
commit
02d68d7927
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -13,7 +13,7 @@ app = Flask(__name__)
|
|||
# Spotify API credentials from environment variables
|
||||
CLIENT_ID = os.getenv("CLIENT_ID")
|
||||
CLIENT_SECRET = os.getenv("CLIENT_SECRET")
|
||||
REDIRECT_URI = "http://localhost:80/callback"
|
||||
REDIRECT_URI = "http://0.0.0.0/callback"
|
||||
SCOPE = "user-modify-playback-state user-read-playback-state"
|
||||
|
||||
# Spotipy client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue