diff --git a/irs/config.py b/irs/config.py index 4a0ebdc..e427e1e 100644 --- a/irs/config.py +++ b/irs/config.py @@ -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", diff --git a/setup.py b/setup.py index bb649fa..7df4634 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='irs', - version='3.1.0', + version='3.1.1', description='A music downloader that just gets metadata.', url='https://github.com/kepoorhampond/irs', author='Kepoor Hampond',