Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Nov 3, 2024
1 parent aa04139 commit 72956f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"UPSTREAM_REPO",
"https://github.com/Badhacker98/Spotify_Music",
)
UPSTREAM_BRANCH = getenv("UPSTREAM_BRANCH", "main")
UPSTREAM_BRANCH = getenv("UPSTREAM_BRANCH", "Spotify")
GIT_TOKEN = getenv(
"GIT_TOKEN", None
) # Fill this variable if your upstream repository is private
Expand Down

0 comments on commit 72956f2

Please sign in to comment.