From 3ad089716e416eb0890a5f11831f2cb487763b9a Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Wed, 25 Jan 2017 21:40:21 -0800 Subject: [PATCH] Accidentally commited a key. I regenerated it for all you snoopers. --- 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 f205b51..c736581 100644 --- a/irs/config.py +++ b/irs/config.py @@ -8,8 +8,8 @@ CONFIG = dict( # 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 @@ from setuptools import setup 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',