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:
parent
6aa8555735
commit
3ad089716e
|
@ -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 = '',
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue