Geek7 commited on
Commit
f12f326
·
verified ·
1 Parent(s): 89696bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'http://127.0.0.1:5000/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"
 
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"