Accidentally commited a key. I regenerated it for all you snoopers.

This commit is contained in:
Kepoor Hampond 2017-01-25 21:40:21 -08:00
parent 6aa8555735
commit 3ad089716e
2 changed files with 3 additions and 3 deletions

View file

@ -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 = '',

View file

@ -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',