Skip to content

Commit

Permalink
Test commit outside of workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismuntean committed Dec 26, 2024
1 parent f5a61c7 commit 33d4574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

from spotifyAuth import get_spotify_client

# Test commit outside of workflow again

app = Flask(__name__)
app.secret_key = os.getenv('FLASK_SECRET_KEY')
app.config['SESSION_COOKIE_SECURE'] = not app.debug # Only enforce secure cookies in production
Expand Down

0 comments on commit 33d4574

Please sign in to comment.