From 1e81c8827e29edbe2d1bdbcfc57d9f1b672bfd42 Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Fri, 27 Jan 2017 00:20:13 -0800 Subject: [PATCH] committed key. again. --- irs/config.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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',