modified: app.py
This commit is contained in:
2
app.py
2
app.py
@@ -14,6 +14,8 @@ import unicodedata
|
|||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.secret_key = os.getenv("SECRET_KEY")
|
app.secret_key = os.getenv("SECRET_KEY")
|
||||||
|
app.config['SESSION_PERMANENT'] = False
|
||||||
|
app.config['SESSION_TYPE'] = 'filesystem'
|
||||||
|
|
||||||
# Erweiterte Berechtigungen für Web Playback SDK
|
# Erweiterte Berechtigungen für Web Playback SDK
|
||||||
SCOPE = "user-library-read playlist-read-private streaming user-read-email user-read-private"
|
SCOPE = "user-library-read playlist-read-private streaming user-read-email user-read-private"
|
||||||
|
|||||||
Reference in New Issue
Block a user