mirror of
https://github.com/Xevion/spotify-explicit.git
synced 2025-12-06 01:16:25 -06:00
fix accidental auth leak
This commit is contained in:
12
auth.py
12
auth.py
@@ -1,7 +1,5 @@
|
||||
username = "xevioni"
|
||||
client_id = "20cc828edc7140d88e1c8b0c08ed1672"
|
||||
client_secret = "519fb97148a14952859ca3454b886cf9"
|
||||
redirect_uri = "http://localhost:8888/callback"
|
||||
scope = ' '.join([
|
||||
'user-library-read'
|
||||
])
|
||||
username = ""
|
||||
client_id = ""
|
||||
client_secret = ""
|
||||
redirect_uri = ""
|
||||
scope = ' '.join([])
|
||||
Reference in New Issue
Block a user