Skip to content

Commit

Permalink
Add default for OAuth setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmbernardi authored Jun 29, 2024
1 parent 67572be commit cd57040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spotify_to_ytmusic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def setup_spotify():
"client_id": input("Paste your client id from the Spotify developer dashboard:"),
"client_secret": input("Paste your client secret from the Spotify developer dashboard:"),
"use_oauth": input(
"Use OAuth method for authorization to transfer private playlists (yes/no):"
),
"Use OAuth method for authorization to transfer private playlists (yes/No):"
).strip() or 'No',
}
settings["spotify"].update(credentials)
settings.save()

0 comments on commit cd57040

Please sign in to comment.