diff --git a/irs/config.py b/irs/config.py index f205b51..c736581 100644 --- a/irs/config.py +++ b/irs/config.py @@ -8,8 +8,8 @@ # These are necessary to download Spotify playlists - client_id = 'e4198f6a3f7b48029366f22528b5dc66', - client_secret = 'fa96b67d223547e88c931a978b2fcecc', + client_id = '', + client_secret = '', # For a custom directory. Note that `~` will not work as a shortcut. directory = '', diff --git a/setup.py b/setup.py index d909495..5cc9641 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='irs', - version='4.7.21', + version='4.7.22', description='A music downloader that just gets metadata.', url='https://github.com/kepoorhampond/irs', author='Kepoor Hampond',