mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Set default client id/secret in handle.py to None
This commit is contained in:
committed by
Ritiek Malhotra
parent
d215ce685d
commit
cf9b0690fd
@@ -34,8 +34,8 @@ default_conf = {
|
|||||||
"skip": None,
|
"skip": None,
|
||||||
"write-successful": None,
|
"write-successful": None,
|
||||||
"log-level": "INFO",
|
"log-level": "INFO",
|
||||||
"spotify_client_id": "4fe3fecfe5334023a1472516cc99d805",
|
"spotify_client_id": None,
|
||||||
"spotify_client_secret": "0f02b7c483c04257984695007a4a8d5c"
|
"spotify_client_secret": None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user