Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ CORS(app)
|
|
| 9 |
# Access the secrets from environment variables in Hugging Face
|
| 10 |
CLIENT_ID = os.getenv('v1') # Your Client ID
|
| 11 |
CLIENT_SECRET = os.getenv('v2') # Your Client Secret
|
| 12 |
-
REDIRECT_URI = '
|
| 13 |
SPOTIFY_AUTH_URL = "https://accounts.spotify.com/authorize"
|
| 14 |
SPOTIFY_TOKEN_URL = "https://accounts.spotify.com/api/token"
|
| 15 |
SPOTIFY_API_URL = "https://api.spotify.com/v1"
|
|
|
|
| 9 |
# Access the secrets from environment variables in Hugging Face
|
| 10 |
CLIENT_ID = os.getenv('v1') # Your Client ID
|
| 11 |
CLIENT_SECRET = os.getenv('v2') # Your Client Secret
|
| 12 |
+
REDIRECT_URI = 'https://geek7-spotifypod.hf.space/callback'
|
| 13 |
SPOTIFY_AUTH_URL = "https://accounts.spotify.com/authorize"
|
| 14 |
SPOTIFY_TOKEN_URL = "https://accounts.spotify.com/api/token"
|
| 15 |
SPOTIFY_API_URL = "https://api.spotify.com/v1"
|