1
1
Fork 0
mirror of https://github.com/cooperhammond/irs.git synced 2025-03-08 04:09:38 +00:00

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 # These are necessary to download Spotify playlists
client_id = 'e4198f6a3f7b48029366f22528b5dc66', client_id = '',
client_secret = 'fa96b67d223547e88c931a978b2fcecc', client_secret = '',
# For a custom directory. Note that `~` will not work as a shortcut. # For a custom directory. Note that `~` will not work as a shortcut.
directory = '', directory = '',

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name='irs', name='irs',
version='4.7.21', version='4.7.22',
description='A music downloader that just gets metadata.', description='A music downloader that just gets metadata.',
url='https://github.com/kepoorhampond/irs', url='https://github.com/kepoorhampond/irs',
author='Kepoor Hampond', author='Kepoor Hampond',