Skip to content

Commit

Permalink
Add missed a slash in SAVE_PATH (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Jan 10, 2022
1 parent 4de5a9e commit 9f4850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify_dl/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
if os.getenv("XDG_CACHE_HOME") is not None:
SAVE_PATH = os.getenv("XDG_CACHE_HOME") + "/spotifydl"
else:
SAVE_PATH = os.getenv("HOME") + ".cache/spotifydl"
SAVE_PATH = os.getenv("HOME") + "/.cache/spotifydl"

0 comments on commit 9f4850b

Please sign in to comment.