Spaces:
Runtime error
Runtime error
Update env_variables.py
Browse files- env_variables.py +3 -3
env_variables.py
CHANGED
@@ -7,7 +7,7 @@ Created on Sat Jul 23 10:38:49 2022
|
|
7 |
"""
|
8 |
from datetime import datetime
|
9 |
import os
|
10 |
-
os.environ['SPOTIPY_CLIENT_ID'] = "
|
11 |
-
os.environ['SPOTIPY_CLIENT_SECRET'] = "
|
12 |
-
os.environ['SPOTIPY_REDIRECT_URI'] = "http://www.google.com
|
13 |
#os.environ['SPOTIPY_REDIRECT_URI'] = "https://halimbox-spotify-shuffler-main-ss-p7ac1f.streamlitapp.com:1234"
|
|
|
7 |
"""
|
8 |
from datetime import datetime
|
9 |
import os
|
10 |
+
os.environ['SPOTIPY_CLIENT_ID'] = "2699193a7c0c4616928622c64079277f"
|
11 |
+
os.environ['SPOTIPY_CLIENT_SECRET'] = "97ab376b6826430a994e35b5b5349a4f"
|
12 |
+
os.environ['SPOTIPY_REDIRECT_URI'] = "http://www.google.com"
|
13 |
#os.environ['SPOTIPY_REDIRECT_URI'] = "https://halimbox-spotify-shuffler-main-ss-p7ac1f.streamlitapp.com:1234"
|