modified: app.py

This commit is contained in:
SimolZimol
2025-06-01 22:14:08 +02:00
parent 7f2dc03451
commit 3f689e6148

1
app.py
View File

@@ -15,7 +15,6 @@ import unicodedata
app = Flask(__name__)
app.secret_key = os.getenv("SECRET_KEY")
app.config['SESSION_PERMANENT'] = False
app.config['SESSION_TYPE'] = 'filesystem'
# Erweiterte Berechtigungen für Web Playback SDK
SCOPE = "user-library-read playlist-read-private streaming user-read-email user-read-private"