mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-02 19:15:26 +00:00
committed key. again.
This commit is contained in:
parent
ca5cbea5ea
commit
1e81c8827e
|
@ -12,8 +12,8 @@ CONFIG = dict(
|
|||
|
||||
|
||||
# These are necessary to download Spotify playlists
|
||||
client_id = 'e4198f6a3f7b48029366f22528b5dc66',
|
||||
client_secret = '69adc699f79e4640a6fd7610635b025f',
|
||||
client_id = '',
|
||||
client_secret = '',
|
||||
|
||||
# For a custom directory. Note that `~` will not work as a shortcut.
|
||||
directory = str(expanduser("~")) + "/Music",
|
||||
|
|
Loading…
Reference in a new issue